Skip to content

Commit

Permalink
Bump vt container image to 0.57721--heae7c10_3.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Dec 9, 2020
1 parent 542275b commit 8e173cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/bdgenomics/cannoli/VtNormalize.scala
Expand Up @@ -39,8 +39,8 @@ class VtNormalizeArgs extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the vt executable. Defaults to vt.")
var executable: String = "vt"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/vt:0.57721--hdf88d34_2.")
var image: String = "quay.io/biocontainers/vt:0.57721--hdf88d34_2"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/vt:0.57721--heae7c10_3.")
var image: String = "quay.io/biocontainers/vt:0.57721--heae7c10_3"

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

0 comments on commit 8e173cd

Please sign in to comment.