File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/6f/6e843bf70e43c34d00f3723e88357e/.command.sh
Size
341 bytes
Attempt
#!/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