File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/1a/1ed17419f3bef72075e98e12f68bb5/.command.sh
Size
388 bytes
Attempt
#!/bin/bash -Ceuo pipefail
vcftools \
    --gzvcf HCC1395_tumor_vs_HCC1395_BL.manta.diploid_sv.vcf.gz \
    --out HCC1395_tumor_vs_HCC1395_BL.manta.diploid_sv \
    --TsTv-by-qual \
     \


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