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