Skip to content

Commit 621c682

Browse files
committed
Update bwa container image to 0.7.18--he4a0461_0.
1 parent a5ed768 commit 621c682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/bdgenomics/cannoli/BwaMem.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class BwaMemArgs extends ReadGroupArgs {
3838
@Args4jOption(required = false, name = "-executable", usage = "Path to the BWA executable. Defaults to bwa.")
3939
var executable: String = "bwa"
4040

41-
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/bwa:0.7.17--h7132678_9.")
42-
var image: String = "quay.io/biocontainers/bwa:0.7.17--h7132678_9"
41+
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/bwa:0.7.18--he4a0461_0.")
42+
var image: String = "quay.io/biocontainers/bwa:0.7.18--he4a0461_0"
4343

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

0 commit comments

Comments
 (0)