File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8e/8d8de20db96737eef9d370c3e6b66a/.command.sh
- Size
- 512 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bcftools stats \
\
\
\
\
\
\
1173_9C-T1-TDNA-01_A23T7FVLT4_1_vs_1173_9C-N1-BDNA-01_A23MHW3LT4_1.manta_fusion.somatic_sv.scored.vcf.gz > 1173_9C-T1-TDNA-01_A23T7FVLT4_1_vs_1173_9C-N1-BDNA-01_A23MHW3LT4_1.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