File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/7b/fd8b678c7058ea864719897e9297d1/.command.sh
- Size
- 390 bytes
- Task
- NFCORE_SAREK:SAREK:VCF_ANNOTATE_ALL:VCF_ANNOTATE_SNPEFF:TABIX_BGZIPTABIX (Sig_18_Blood;germline_cnv)
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bgzip --threads 1 -c Sig_18_Blood_custom.ann_snpEff.ann.vcf > Sig_18_Blood_custom.ann_snpEff.ann.vcf.gz
tabix --threads 1 Sig_18_Blood_custom.ann_snpEff.ann.vcf.gz
cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:VCF_ANNOTATE_ALL:VCF_ANNOTATE_SNPEFF:TABIX_BGZIPTABIX":
tabix: $(echo $(tabix -h 2>&1) | sed 's/^.*Version: //; s/ .*$//')
END_VERSIONS