Skip to content

Commit fa7d314

Browse files
authored
fix: update vep wrappers to 8.0.0 to make env installable (#402)
* fix: update vep wrappers to 8.0.0 to make env installable * fix: use correct version
1 parent c0da6ad commit fa7d314

2 files changed

Lines changed: 4 additions & 4 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-
"v7.6.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-
"v7.6.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ rule get_vep_cache:
134134
"logs/vep/cache.log",
135135
cache: "omit-software"
136136
wrapper:
137-
"v7.6.0/bio/vep/cache"
137+
"v8.0.0/bio/vep/cache"
138138

139139

140140
rule get_vep_plugins:
@@ -145,7 +145,7 @@ rule get_vep_plugins:
145145
log:
146146
"logs/vep/plugins.log",
147147
wrapper:
148-
"v7.7.0/bio/vep/plugins"
148+
"v8.0.0/bio/vep/plugins"
149149

150150

151151
rule get_pangenome:

0 commit comments

Comments
 (0)