Skip to content

Commit

Permalink
Update minimap2 container image to 2.27--he4a0461_1.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Mar 20, 2024
1 parent c9b4f08 commit 594d7ef
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 @@ -36,8 +36,8 @@ class Minimap2Args extends ReadGroupArgs {
@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.25--h7132678_0.")
var image: String = "quay.io/biocontainers/minimap2:2.25--h7132678_0"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/minimap2:2.27--he4a0461_1.")
var image: String = "quay.io/biocontainers/minimap2:2.27--he4a0461_1"

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

0 comments on commit 594d7ef

Please sign in to comment.