1 # Copyright (C) The Lightning Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
7 label: Run SnpEff on given VCF and use bcftools to annotate with dbSNP and gnomAD
9 ShellCommandRequirement: {}
12 dockerPull: snpeff4.3t
26 label: Database directory for SnpEff
33 secondaryFiles: [.csi]
37 secondaryFiles: [.csi]
43 glob: "*_snpeff_dbsnp_gnomad.vcf.gz"
44 secondaryFiles: [.tbi]
49 valueFrom: "/snpEff/snpEff.jar"
51 valueFrom: $(inputs.snpeffdatadir)
52 - $(inputs.genomeversion)
60 - $(inputs.sample)_snpeff.vcf.gz
64 - $(inputs.sample)_snpeff.vcf.gz
69 - prefix: "--annotations"
70 valueFrom: $(inputs.dbsnp)
73 - $(inputs.sample)_snpeff.vcf.gz
76 valueFrom: $(inputs.sample)_snpeff_dbsnp.vcf.gz
80 - $(inputs.sample)_snpeff_dbsnp.vcf.gz
85 - prefix: "--annotations"
86 valueFrom: $(inputs.gnomad)
88 valueFrom: "INFO/AC,INFO/AN,INFO/AF,INFO/AF_afr,INFO/AF_amr,INFO/AF_asj,INFO/AF_eas,INFO/AF_fin,INFO/AF_nfe,INFO/AF_oth"
89 - $(inputs.sample)_snpeff_dbsnp.vcf.gz
92 valueFrom: $(inputs.sample)_snpeff_dbsnp_gnomad.vcf.gz
96 - $(inputs.sample)_snpeff_dbsnp_gnomad.vcf.gz
100 - $(inputs.sample)_snpeff.vcf.gz
101 - $(inputs.sample)_snpeff.vcf.gz.tbi
102 - $(inputs.sample)_snpeff_dbsnp.vcf.gz
103 - $(inputs.sample)_snpeff_dbsnp.vcf.gz.tbi