Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Dec 5, 2024
1 parent 1384c42 commit 6eba2b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update module versions
- Remove reference to Anaconda repositories

### Software dependencies

Note, since the pipeline is using Nextflow DSL2, each process will be run with its own [Biocontainer](https://biocontainers.pro/#/registry). This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference. Only `Docker` or `Singularity` containers are supported, `conda` is not supported.

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| multiqc | 1.13 | 1.14 |

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| `Python ` | 3.8.3,3.9.1 | 3.9.1 |
Expand Down

0 comments on commit 6eba2b4

Please sign in to comment.