File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/b0/e56d7344c3db43509e5da8cb1f78cb/.command.sh
Size
428 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bcftools stats \
     \
     \
     \
     \
     \
     \
    COLO829_tumor_50pct_rep2.manta_fusion.somatic_sv.scored.vcf.gz > COLO829_tumor_50pct_rep2.manta_fusion.somatic_sv.scored.bcftools_stats.txt

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