File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/aa/a7d13e46692c528627bcfdc08f2246/.command.sh
Size
366 bytes
Attempt
#!/bin/bash -Ceuo pipefail
vcftools \
    --gzvcf HCC1395_BL.deconflicted_germline.vcf.gz \
    --out HCC1395_BL.deconflicted_germline \
    --TsTv-by-count \
     \


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