We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b057c3 commit 536354cCopy full SHA for 536354c
bin/vt
-4.45 MB
main.nf
@@ -318,6 +318,7 @@ process snpEff {
318
319
module 'bioinfo-tools'
320
module "$params.modules.snpeff"
321
+ module "$params.modules.vt"
322
323
when: 'snpeff' in workflowSteps
324
nextflow.config
@@ -16,6 +16,7 @@ params {
16
bedtools = "BEDTools/2.25.0"
17
vep = "vep/84"
18
snpeff = "snpEff/4.2"
19
+ vt = "vt/0.5772"
20
}
21
22
runtime {
0 commit comments