File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/a2/cb7aa3e182e9c847de985f4fc72181/.command.sh
Size
360 bytes
Attempt
#!/bin/bash -Ceuo pipefail
tabix -l positive_somatic_control_1.snv_indel.merged.vcf.gz > positive_somatic_control_1.chromosomes.txt

cat <<-END_VERSIONS > versions.yml
"DAQ:CONTROL_VARIANT_CALLING:CONTROL_SOMATIC_VC:VCF_SOMATIC_SNV_INDEL:EXTRACT_CHROMOSOMES":
    bcftools: $(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*$//')
END_VERSIONS