Skip to content

Commit

Permalink
Merge pull request #61 from hoelzer/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
MarieLataretu authored Oct 11, 2023
2 parents a0f9b1e + de8ca3a commit df65538
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 df65538

Please sign in to comment.