File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/b2/85e6cdc4883989fb34e5046fef6bca/.command.sh
- Size
- 392 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bcftools stats \
\
\
\
\
\
\
seracare_100pct_rep2.manta.somatic_sv.vcf.gz > seracare_100pct_rep2.manta.somatic_sv.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