File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/78/b756ec5b71a3f34c0351a707a2b4b1/.command.sh
Size
321 bytes
Attempt
#!/bin/bash -Ceuo pipefail
tabix \
    --threads 1 \
     \
    positive_somatic_control_2.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