File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/78/ffd20fc93b60e79f2d0cfd43cf9e00/.command.sh
Size
346 bytes
Attempt
#!/bin/bash -Ceuo pipefail
tabix -l custom_Sig_18_tumor_normal.tnseq.filtered.vcf.gz > custom_Sig_18_tumor_normal.chromosomes.txt

cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_SOMATIC_ALL:EXTRACT_CHROMOSOMES_TNSEQ":
    bcftools: $(bcftools --version 2>&1 | head -n1 | sed 's/^.*bcftools //; s/ .*$//')
END_VERSIONS