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