#!/bin/bash -Ceuo pipefail
hard_filter_vcf.py \
--in-vcf negative_somatic_control_1.snv_indel.annotated.vcf.gz \
--tumor-sample-name 'HCC1395_BL' \
--normal-sample-name 'reference-NA12878' \
--pon-vcf pon_tnseq_42_curated_v4.vcf.gz \
--pot-vcf aih_tumor_1577_pot_1pct_artifacts_only.vcf.gz \
\
--out-vcf negative_somatic_control_1.snv_indel.filtered.vcf.gz
cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:CONTROL_SOMATIC_VC:VCF_SOMATIC_SNV_INDEL:HARD_FILTER_VCF":
python: $(python3 --version | sed 's/Python //')
END_VERSIONS