Skip to content

Commit

Permalink
Bump bowtie2 container image to 2.4.2--py38h1c8e9b9_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Oct 20, 2020
1 parent e85bd29 commit 870dd73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/bdgenomics/cannoli/Bowtie2.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class Bowtie2Args extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the Bowtie 2 executable. Defaults to bowtie2.")
var executable: String = "bowtie2"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/bowtie2:2.4.1--py37h4ef193e_2.")
var image: String = "quay.io/biocontainers/bowtie2:2.4.1--py37h4ef193e_2"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/bowtie2:2.4.2--py38h1c8e9b9_0.")
var image: String = "quay.io/biocontainers/bowtie2:2.4.2--py38h1c8e9b9_0"

@Args4jOption(required = false, name = "-sudo", usage = "Run via sudo.")
var sudo: Boolean = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class SingleEndBowtie2Args extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the Bowtie 2 executable. Defaults to bowtie2.")
var executable: String = "bowtie2"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/bowtie2:2.4.1--py37h4ef193e_2.")
var image: String = "quay.io/biocontainers/bowtie2:2.4.1--py37h4ef193e_2"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/bowtie2:2.4.2--py38h1c8e9b9_0.")
var image: String = "quay.io/biocontainers/bowtie2:2.4.2--py38h1c8e9b9_0"

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

0 comments on commit 870dd73

Please sign in to comment.