Skip to content

Commit

Permalink
Merge pull request #24 from avani-bhojwani/dev
Browse files Browse the repository at this point in the history
Update Trinity module and fix dependency issue
  • Loading branch information
avani-bhojwani authored Nov 28, 2024
2 parents 73ca200 + 493d9f5 commit 8c968d4
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 117 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.1.0 - [2024-11-06]
## v1.1.0 - [2024-11-28]

Enhancements & fixes:

- [PR #14](https://github.com/nf-core/denovotranscript/pull/14) - Template update for nf-core/tools v3.0.2
- [PR #15](https://github.com/nf-core/denovotranscript/pull/15) - Fix logic for skip_assembly parameter
- [PR #16](https://github.com/nf-core/denovotranscript/pull/16) - Increase resources for Trinity
- [PR #19](https://github.com/nf-core/denovotranscript/pull/21) - Fix Salmon quantification when running in skip_assembly mode
- [PR #24](https://github.com/nf-core/denovotranscript/pull/21) - Update Trinity module and fix dependency issue

### Software dependencies

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| `Trinity` | 2.15.1 | 2.15.2 |

## v1.0.0 - [2024-08-15]

Expand Down
5 changes: 2 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@
},
"trinity": {
"branch": "master",
"git_sha": "e06c5f45395d6e34531257b125d410a298a3bd4f",
"installed_by": ["modules"],
"patch": "modules/nf-core/trinity/trinity.diff"
"git_sha": "05a2da2a077047c9d637bb71626c65b7e4fc04c3",
"installed_by": ["modules"]
}
}
},
Expand Down
4 changes: 1 addition & 3 deletions modules/nf-core/trinity/environment.yml

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

7 changes: 4 additions & 3 deletions modules/nf-core/trinity/main.nf

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

59 changes: 34 additions & 25 deletions modules/nf-core/trinity/meta.yml

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

60 changes: 27 additions & 33 deletions modules/nf-core/trinity/tests/main.nf.test

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

112 changes: 91 additions & 21 deletions modules/nf-core/trinity/tests/main.nf.test.snap

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

Loading

0 comments on commit 8c968d4

Please sign in to comment.