File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/09/93bb9da26a7cf7d0fbe7208bec9baa/.command.sh
- Size
- 386 bytes
- Task
- NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_SUMMARY (custom_Sig_18_tumor_normal;manta)
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
vcftools \
--gzvcf custom_Sig_18_tumor_normal.manta.somatic_sv.vcf.gz \
--out custom_Sig_18_tumor_normal.manta.somatic_sv \
--FILTER-summary \
\
cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_SUMMARY":
vcftools: $(echo $(vcftools --version 2>&1) | sed 's/^.*VCFtools (//;s/).*//')
END_VERSIONS