File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/1f/4cd262d9c5382f42167e819b9f13b7/.command.sh
- Size
- 401 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
label_hotspots_vep.py \
positive_somatic_control_2.snv_indel.phased.vep.vcf.gz \
positive_somatic_control_2.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