File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/d1/5bc57ce07b6ab0260b65de18f6f8aa/.command.sh
- Size
- 495 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bgzip --threads 1 -c custom_Sig_18_tumor_normal.strelka.somatic_snvs_custom.ann_snpEff.ann.vcf > custom_Sig_18_tumor_normal.strelka.somatic_snvs_custom.ann_snpEff.ann.vcf.gz
tabix --threads 1 custom_Sig_18_tumor_normal.strelka.somatic_snvs_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