Skip to content

Commit

Permalink
changed minimap2 container
Browse files Browse the repository at this point in the history
- same minimap2 version 2.26
- container includes now ncurses
- fixes #60
  • Loading branch information
MarieLataretu authored Oct 11, 2023
1 parent 5a651d3 commit de8ca3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.0.0-beta.1] - 2023-10-11

### Changed

- changed minimap2 container so that `ncurses` is included

## [v1.0.0-beta] - 2023-09-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion configs/container.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process {
withLabel: smallTask { container = 'nanozoo/samtools:1.14--d8fb865' }
withLabel: minimap2 { container = 'nanozoo/minimap2:2.26--ef54a1d' }
withLabel: minimap2 { container = 'nanozoo/minimap2:2.26--d9ef6b6' }
withLabel: bbmap { container = 'nanozoo/bbmap:38.79--8e915d7' }
withLabel: multiqc { container = 'nanozoo/multiqc:1.9--aba729b' }
withLabel: fastqc { container = 'nanozoo/fastqc:0.11.9--f61b8b4' }
Expand Down

0 comments on commit de8ca3a

Please sign in to comment.