File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/47/c8bbd963b2b9c726037ddff30d68e7/.command.sh
Size
559 bytes
Attempt
#!/bin/bash -Ceuo pipefail
snpEff \
    -Xmx13107M \
    GRCh38.105 \
    -nodownload -canon -v \
    -csvStats custom_Sig_18_tumor_normal.strelka.somatic_indels_custom.ann_snpEff.csv \
    -dataDir ${PWD}/GRCh38.105 \
    custom_Sig_18_tumor_normal.strelka.somatic_indels_custom.ann.vcf.gz \
    > custom_Sig_18_tumor_normal.strelka.somatic_indels_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