File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/d3/87e718e2b3cacda4b7bf384c84719e/.command.sh
- Size
- 418 bytes
- Task
- NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:BCFTOOLS_STATS (HCC1395_tumor_vs_HCC1395_BL;strelka)
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bcftools stats \
\
\
\
\
\
\
HCC1395_tumor_vs_HCC1395_BL.strelka.somatic_indels.vcf.gz > HCC1395_tumor_vs_HCC1395_BL.strelka.somatic_indels.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