#!/bin/bash -Ceuo pipefail label_hotspots_vep.py \ negative_somatic_control_1.snv_indel.phased.vep.vcf.gz \ negative_somatic_control_1.snv_indel.hotspot.vcf.gz \ --definitions hotspot_definitions.tsv cat <<-END_VERSIONS > versions.yml "DAQ:CONTROL_VARIANT_CALLING:CONTROL_SOMATIC_VC:VCF_SOMATIC_SNV_INDEL:LABEL_HOTSPOTS": python: $(python3 --version | sed 's/Python //') END_VERSIONS