File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/e6/b80b63e53edb745e4ed9b7a01b7ac2/.command.sh
- Size
- 514 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
snpEff \
-Xmx13107M \
GRCh38.105 \
-nodownload -canon -v \
-csvStats Sig_18_Blood.deconflicted_germline_custom.ann_snpEff.csv \
-dataDir ${PWD}/GRCh38.105 \
Sig_18_Blood.deconflicted_germline_custom.ann.vcf.gz \
> Sig_18_Blood.deconflicted_germline_custom.ann_snpEff.ann.vcf
cat <<-END_VERSIONS > versions.yml
"NFCORE_SAREK:SAREK:VCF_ANNOTATE_ALL:VCF_ANNOTATE_SNPEFF:SNPEFF_SNPEFF":
snpeff: $(echo $(snpEff -version 2>&1) | cut -f 2 -d ' ')
END_VERSIONS