Skip to content

Commit 536354c

Browse files
committed
vt is now installed in the module system on uppmax
1 parent 0b057c3 commit 536354c

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

bin/vt

-4.45 MB
Binary file not shown.

main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ process snpEff {
318318

319319
module 'bioinfo-tools'
320320
module "$params.modules.snpeff"
321+
module "$params.modules.vt"
321322

322323
when: 'snpeff' in workflowSteps
323324

nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ params {
1616
bedtools = "BEDTools/2.25.0"
1717
vep = "vep/84"
1818
snpeff = "snpEff/4.2"
19+
vt = "vt/0.5772"
1920
}
2021

2122
runtime {

0 commit comments

Comments
 (0)