Skip to content

Commit 9193c2c

Browse files
committed
fix: use correct version
1 parent 3118010 commit 9193c2c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

workflow/rules/annotation.smk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rule annotate_candidate_variants:
2121
group:
2222
"candidate-annotation"
2323
wrapper:
24-
"v8.8.0/bio/vep/annotate"
24+
"v8.0.0/bio/vep/annotate"
2525

2626

2727
rule annotate_variants:
@@ -49,7 +49,7 @@ rule annotate_variants:
4949
group:
5050
"annotation"
5151
wrapper:
52-
"v8.8.0/bio/vep/annotate"
52+
"v8.0.0/bio/vep/annotate"
5353

5454

5555
# TODO What about multiple ID Fields?

workflow/rules/ref.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ rule get_vep_plugins:
145145
log:
146146
"logs/vep/plugins.log",
147147
wrapper:
148-
"v8.8.0/bio/vep/plugins"
148+
"v8.0.0/bio/vep/plugins"
149149

150150

151151
rule get_pangenome:

0 commit comments

Comments
 (0)