Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions workflow/rules/annotation.smk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rule annotate_candidate_variants:
group:
"candidate-annotation"
wrapper:
"v7.6.0/bio/vep/annotate"
"v8.8.0/bio/vep/annotate"
Comment thread
famosab marked this conversation as resolved.
Outdated


rule annotate_variants:
Expand Down Expand Up @@ -49,7 +49,7 @@ rule annotate_variants:
group:
"annotation"
wrapper:
"v7.6.0/bio/vep/annotate"
"v8.8.0/bio/vep/annotate"


# TODO What about multiple ID Fields?
Expand Down
4 changes: 2 additions & 2 deletions workflow/rules/ref.smk
Comment thread
johanneskoester marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ rule get_vep_cache:
"logs/vep/cache.log",
cache: "omit-software"
wrapper:
"v7.6.0/bio/vep/cache"
"v8.0.0/bio/vep/cache"


rule get_vep_plugins:
Expand All @@ -145,7 +145,7 @@ rule get_vep_plugins:
log:
"logs/vep/plugins.log",
wrapper:
"v7.7.0/bio/vep/plugins"
"v8.8.0/bio/vep/plugins"


rule get_pangenome:
Expand Down
Loading