File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/b7/d84e104bd345300a2830309a8e4462/.command.sh
- Size
- 360 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
tabix -l positive_somatic_control_2.snv_indel.merged.vcf.gz > positive_somatic_control_2.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