Skip to content

Commit

Permalink
Bump star container image to 2.7.6a--0.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Dec 9, 2020
1 parent 2bfd04d commit 7ff5e42
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,8 +34,8 @@ class SingleEndStarArgs extends Args4jBase {
@Args4jOption(required = false, name = "-executable", usage = "Path to the STAR-Mapper executable. Defaults to STAR.")
var executable: String = "STAR"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/star:2.7.5c--0.")
var image: String = "quay.io/biocontainers/star:2.7.5c--0"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/star:2.7.6a--0.")
var image: String = "quay.io/biocontainers/star:2.7.6a--0"

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

0 comments on commit 7ff5e42

Please sign in to comment.