Skip to content

Commit

Permalink
Update blast container image to 2.15.0--pl5321h6f7f691_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Nov 10, 2023
1 parent 24c3dbf commit 860cf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/bdgenomics/cannoli/Blastn.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class BlastnArgs extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the blastn executable. Defaults to blastn.")
var executable: String = "blastn"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/blast:2.13.0--hf3cf87c_1.")
var image: String = "quay.io/biocontainers/blast:2.13.0--hf3cf87c_1"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/blast:2.15.0--pl5321h6f7f691_0.")
var image: String = "quay.io/biocontainers/blast:2.15.0--pl5321h6f7f691_0"

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

0 comments on commit 860cf16

Please sign in to comment.