File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/5a/5c3a1b6fc74b21fe0b49a71d85ca14/.command.sh
- Size
- 341 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bgzip --threads 1 -c germline_control_2.vcf > germline_control_2.vcf.gz
tabix --threads 1 germline_control_2.vcf.gz
cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:CONTROL_GERMLINE_VC:BGZIPTABIX_GERMLINE_CNV":
tabix: $(echo $(tabix -h 2>&1) | sed 's/^.*Version: //; s/ .*$//')
END_VERSIONS