Skip to content

Commit

Permalink
Merge pull request #463 from nf-core/update-software-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer authored Oct 5, 2024
2 parents 8f55b90 + 3ee1924 commit b256137
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#459]](https://github.com/nf-core/smrnaseq/pull/459) - Update modules and subworkflows [and fix linting](https://github.com/nf-core/smrnaseq/issues/458).
- [[#462]](https://github.com/nf-core/smrnaseq/pull/462) - Remove automatic wrapping of fasta files by `seqkit replace`. Minor documentation updates.

### Software dependencies

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| `bioawk` | - | 1.0 |
| `bowtie` | 1.3.1 | 1.3.0 |
| `bowtie2` | 2.4.5 | 2.5.2 |
| `csvtk` | - | 0.30 |
| `gawk` | - | 5.3.0 |
| `mirtop` | 0.4.25 | 0.4.28 |
| `multiqc` | 1.21 | 1.25.1 |
| `samtools` | 1.19.2 | 1.21 |
| `seqkit` | 2.6.1 | 2.8.1 |

## v2.3.1 - 2024-04-18 - Gray Zinc Dalmation Patch

- [[#328]](https://github.com/nf-core/smrnaseq/pull/328) - Fix [casting issue](https://github.com/nf-core/smrnaseq/issues/327) in mirtrace module
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"multiqc": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "b8d36829fa84b6e404364abff787e8b07f6d058c",
"installed_by": ["modules"]
},
"samtools/flagstat": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/multiqc/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/multiqc/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions modules/nf-core/multiqc/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b256137

Please sign in to comment.