Skip to content

Commit

Permalink
Bump freebayes container image to 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Mar 2, 2020
1 parent 924356b commit 9b5cc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/bdgenomics/cannoli/Freebayes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class FreebayesArgs extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the Freebayes executable. Defaults to freebayes.")
var executable: String = "freebayes"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/freebayes:1.3.1--py37h56106d0_0.")
var image: String = "quay.io/biocontainers/freebayes:1.3.1--py37h56106d0_0"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/freebayes:1.3.3--py37hc088bd4_0.")
var image: String = "quay.io/biocontainers/freebayes:1.3.3--py37hc088bd4_0"

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

0 comments on commit 9b5cc0b

Please sign in to comment.