#!/bin/bash -Ceuo pipefail
echo | gzip > PatientC_normal.tnseq_tumor_only.vcf.gz
touch PatientC_normal.tnseq_tumor_only.vcf.gz.tbi
touch PatientC_normal.tnseq_tumor_only.vcf.gz.stats
touch PatientC_normal.tnseq_tumor_only.orientation_data.tsv
touch PatientC_normal.tnseq_tumor_only.{contamination_data.tsv,segments}
cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:BAM_CHIP_DETECTION:BAM_VARIANT_CALLING_TUMOR_ONLY_TNSEQ:SENTIEON_TNHAPLOTYPER2":
sentieon: $(echo $(sentieon driver --version 2>&1) | sed -e "s/sentieon-genomics-//g" )
END_VERSIONS