File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/e0/586ffd100fdc04a699891eba7e1da2/.command.sh
Size
284 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bgzip -c 1029_0W2_somatic.vcf > 1029_0W2_somatic.vcf.gz
tabix -p vcf 1029_0W2_somatic.vcf.gz

cat <<-END_VERSIONS > versions.yml
"SOMATIC_CNV_CALLING:BGZIP_TABIX_BLOOD_ONLY":
    htslib: $(tabix --version | head -1 | sed 's/tabix (htslib) //')
END_VERSIONS