Skip to content

Commit

Permalink
perf: autobump bio/vep/cache (#1132)
Browse files Browse the repository at this point in the history
Automatic update of bio/vep/cache.

---------

Co-authored-by: snakedeploy-bot[bot] <115615832+snakedeploy-bot[bot]@users.noreply.github.com>
Co-authored-by: Filipe G. Vieira <1151762+fgvieira@users.noreply.github.com>
  • Loading branch information
snakedeploy-bot[bot] and fgvieira committed Mar 21, 2023
1 parent 7ac6569 commit d8c3faa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bio/vep/cache/environment.yaml
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- nodefaults
dependencies:
- ensembl-vep =108.1
- ensembl-vep =109.3
1 change: 1 addition & 0 deletions bio/vep/cache/meta.yaml
@@ -1,4 +1,5 @@
name: vep download cache
description: Download VEP cache for given species, build and release.
url: http://www.ensembl.org/info/docs/tools/vep/index.html
authors:
- Johannes Köster
2 changes: 1 addition & 1 deletion bio/vep/cache/wrapper.py
Expand Up @@ -34,7 +34,7 @@
"vep_install --AUTO c "
"--SPECIES {snakemake.params.species} "
"--ASSEMBLY {snakemake.params.build} "
"--VERSION {release} "
"--CACHE_VERSION {release} "
"--CACHEURL {tmpdir} "
"--CACHEDIR {snakemake.output} "
"--CONVERT "
Expand Down

0 comments on commit d8c3faa

Please sign in to comment.