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