Skip to content

Commit

Permalink
Bump ensembl-vep container image to 101.0--pl526hecda079_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Oct 26, 2020
1 parent b894353 commit 867eda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/bdgenomics/cannoli/Vep.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class VepArgs extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the Ensembl VEP executable. Defaults to vep.")
var executable: String = "vep"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/ensembl-vep:100.2--pl526hecda079_0.")
var image: String = "quay.io/biocontainers/ensembl-vep:100.2--pl526hecda079_0"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/ensembl-vep:101.0--pl526hecda079_0.")
var image: String = "quay.io/biocontainers/ensembl-vep:101.0--pl526hecda079_0"

@Args4jOption(required = false, name = "-sudo", usage = "Run via sudo.")
var sudo: Boolean = false
Expand Down

0 comments on commit 867eda6

Please sign in to comment.