File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/2b/ca4330556ee9cc2265b061f8111a45/.command.sh
Size
320 bytes
Attempt
#!/bin/bash -Ceuo pipefail
vcftools \
    --gzvcf HCC1395_BL.vcf.gz \
    --out HCC1395_BL \
    --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