File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/37/00625e11817f40572715a01454c3ae/.command.sh
- Size
- 281 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bgzip -c 1029_0I_somatic.vcf > 1029_0I_somatic.vcf.gz
tabix -p vcf 1029_0I_somatic.vcf.gz
cat <<-END_VERSIONS > versions.yml
"SOMATIC_CNV_CALLING:BGZIP_TABIX_TUMOR_ONLY":
htslib: $(tabix --version | head -1 | sed 's/tabix (htslib) //')
END_VERSIONS