File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/d6/b113fd555c6ddd1027ab17290922c4/.command.sh
Size
398 bytes
Attempt
#!/bin/bash -Ceuo pipefail
vcftools \
    --gzvcf custom_Sig_18_tumor_normal.strelka.somatic_indels.vcf.gz \
    --out custom_Sig_18_tumor_normal.strelka.somatic_indels \
    --FILTER-summary \
     \


cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_SUMMARY":
    vcftools: $(echo $(vcftools --version 2>&1) | sed 's/^.*VCFtools (//;s/).*//')
END_VERSIONS