Skip to content

Commit

Permalink
Update minimap2 container image to version 2.20--h5bf99c6_0
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jun 7, 2021
1 parent 84495a3 commit cff715e
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.18--h5bf99c6_0.")
var image: String = "quay.io/biocontainers/minimap2:2.18--h5bf99c6_0"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/minimap2:2.20--h5bf99c6_0.")
var image: String = "quay.io/biocontainers/minimap2:2.20--h5bf99c6_0"

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

0 comments on commit cff715e

Please sign in to comment.