File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/77/654f973bc83ec65901757be91912f1/.command.sh
Size
388 bytes
Attempt
#!/bin/bash -Ceuo pipefail
vcftools \
    --gzvcf custom_Sig_18_tumor_normal.manta.somatic_sv.vcf.gz \
    --out custom_Sig_18_tumor_normal.manta.somatic_sv \
    --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