File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/6d/c2bd1d23ef7b0b5ba243a7adf3594f/.command.sh
Size
346 bytes
Attempt
#!/bin/bash -Ceuo pipefail
vcftools \
    --gzvcf 1029_11H.tnseq.filtered.vcf.gz \
    --out 1029_11H.tnseq.filtered \
    --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