Skip to content

Commit

Permalink
Update samtools container image to 1.19--h50ea8bc_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Dec 14, 2023
1 parent 186a3cc commit 87a5a2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class SamtoolsMpileupArgs extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the samtools executable. Defaults to samtools.")
var executable: String = "samtools"

@Args4jOption(required = false, name = "-docker_image", usage = "Container image to use. Defaults to quay.io/biocontainers/samtools:1.16.1--h6899075_1.")
var image: String = "quay.io/biocontainers/samtools:1.16.1--h6899075_1"
@Args4jOption(required = false, name = "-docker_image", usage = "Container image to use. Defaults to quay.io/biocontainers/samtools:1.19--h50ea8bc_0.")
var image: String = "quay.io/biocontainers/samtools:1.19--h50ea8bc_0"

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

0 comments on commit 87a5a2b

Please sign in to comment.