File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/77/5e0fe8e87c941b16cda4290d0cf30b/.command.sh
- Size
- 321 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
tabix \
--threads 1 \
\
positive_somatic_control_1.snv_indel.phased.vep.vcf.gz
cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:CONTROL_SOMATIC_VC:VCF_SOMATIC_SNV_INDEL:TABIX_VEP":
tabix: $(echo $(tabix -h 2>&1) | sed 's/^.*Version: //; s/ .*$//')
END_VERSIONS