File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/bc/a2a5ee5c41235eea050fcd09f56b93/.command.sh
- Size
- 344 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
vcftools \
--gzvcf 1029_0I.tnseq.filtered.vcf.gz \
--out 1029_0I.tnseq.filtered \
--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