File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/e2/fac498a8bd3008e37a50f4fe15ff0b/.command.sh
Size
298 bytes
Attempt
#!/bin/bash -Ceuo pipefail
tabix \
    --threads 1 \
     \
    HCC1395_BL_custom.ann_snpEff_VEP.ann.vcf.gz

cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:VCF_ANNOTATE_ALL:VCF_ANNOTATE_MERGE:TABIX_TABIX":
    tabix: $(echo $(tabix -h 2>&1) | sed 's/^.*Version: //; s/ .*$//')
END_VERSIONS