Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minimap2 container image to 2.27--he4a0461_1 #365

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Cannoli Changelog #

### Version 1.0.1 ###

**Closed issues:**

- Update Spark dependency version to 3.3.2 [\#357](https://github.com/bigdatagenomics/cannoli/issues/357)
- Update Spark dependency version to 3.3.1 [\#354](https://github.com/bigdatagenomics/cannoli/issues/354)
- Interest in multisample freebayes calling [\#352](https://github.com/bigdatagenomics/cannoli/issues/352)
- Update Spark dependency version to 3.3.0 [\#351](https://github.com/bigdatagenomics/cannoli/issues/351)

**Merged and closed pull requests:**

- Update ADAM dependency version to 1.0.1, Spark to 3.3.4, guava to 33.0.0-jre [\#363](https://github.com/bigdatagenomics/cannoli/pull/363) ([heuermh](https://github.com/heuermh))
- Update container images for blast, bowtie, bowtie2, freebayes, etc. [\#359](https://github.com/bigdatagenomics/cannoli/pull/359) ([heuermh](https://github.com/heuermh))
- Update Spark dependency version to 3.3.2 [\#358](https://github.com/bigdatagenomics/cannoli/pull/358) ([heuermh](https://github.com/heuermh))
- Update Spark dependency version to 3.3.1 [\#356](https://github.com/bigdatagenomics/cannoli/pull/356) ([heuermh](https://github.com/heuermh))
- Update bowtie2 container image to 2.5.0--py310h8d7afc0_0 [\#355](https://github.com/bigdatagenomics/cannoli/pull/355) ([heuermh](https://github.com/heuermh))


### Version 1.0 ###

**Closed issues:**
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/scala/org/bdgenomics/cannoli/Minimap2.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class Minimap2Args extends ReadGroupArgs {
@Args4jOption(required = false, name = "-executable", usage = "Path to the Minimap2 executable. Defaults to minimap2.")
var executable: String = "minimap2"

@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/minimap2:2.25--h7132678_0.")
var image: String = "quay.io/biocontainers/minimap2:2.25--h7132678_0"
@Args4jOption(required = false, name = "-image", usage = "Container image to use. Defaults to quay.io/biocontainers/minimap2:2.27--he4a0461_1.")
var image: String = "quay.io/biocontainers/minimap2:2.27--he4a0461_1"

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