File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/31/2912b94ebe4ebc75eaaa34db65c8ef/.command.sh
Size
526 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bcftools concat \
    --output negative_somatic_control_2.snv_indel.merged.vcf.gz \
    --allow-overlaps --output-type z --write-index=tbi \
    --threads 1 \
    negative_somatic_control_2.snv_indel.tnseq.snv.vcf.gz negative_somatic_control_2.snv_indel.strelka.indel.vcf.gz

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