#!/bin/bash -Ceuo pipefail vcftools \ --gzvcf custom_Sig_18_tumor_normal.manta.diploid_sv.vcf.gz \ --out custom_Sig_18_tumor_normal.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