File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/15/08bef03a46d3a317b856f43a17138f/.command.sh
- Size
- 394 bytes
- Task
- NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_QUAL (custom_Sig_18_tumor_normal;strelka)
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
vcftools \
--gzvcf custom_Sig_18_tumor_normal.strelka.somatic_snvs.vcf.gz \
--out custom_Sig_18_tumor_normal.strelka.somatic_snvs \
--TsTv-by-qual \
\
cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:VCF_QC_BCFTOOLS_VCFTOOLS:VCFTOOLS_TSTV_QUAL":
vcftools: $(echo $(vcftools --version 2>&1) | sed 's/^.*VCFtools (//;s/).*//')
END_VERSIONS