Skip to content

Commit

Permalink
Bump minimap2 container image to 2.18--h5bf99c6_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Apr 13, 2021
1 parent 2e82070 commit 4cd7978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/bdgenomics/cannoli/Minimap2.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class Minimap2Args extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the Minimap2 executable. Defaults to minimap2.")
var executable: String = "minimap2"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/minimap2:2.17--hed695b0_3.")
var image: String = "quay.io/biocontainers/minimap2:2.17--hed695b0_3"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/minimap2:2.18--h5bf99c6_0.")
var image: String = "quay.io/biocontainers/minimap2:2.18--h5bf99c6_0"

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

0 comments on commit 4cd7978

Please sign in to comment.