We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3118010 commit 9193c2cCopy full SHA for 9193c2c
2 files changed
workflow/rules/annotation.smk
@@ -21,7 +21,7 @@ rule annotate_candidate_variants:
21
group:
22
"candidate-annotation"
23
wrapper:
24
- "v8.8.0/bio/vep/annotate"
+ "v8.0.0/bio/vep/annotate"
25
26
27
rule annotate_variants:
@@ -49,7 +49,7 @@ rule annotate_variants:
49
50
"annotation"
51
52
53
54
55
# TODO What about multiple ID Fields?
workflow/rules/ref.smk
@@ -145,7 +145,7 @@ rule get_vep_plugins:
145
log:
146
"logs/vep/plugins.log",
147
148
- "v8.8.0/bio/vep/plugins"
+ "v8.0.0/bio/vep/plugins"
149
150
151
rule get_pangenome:
0 commit comments