File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/01/c4d8c89afb816a01c95b246c375ecc/.command.sh
- Size
- 341 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bgzip --threads 1 -c germline_control_1.vcf > germline_control_1.vcf.gz
tabix --threads 1 germline_control_1.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