Skip to content

Commit

Permalink
Merge pull request #1380 from nf-core/fix_tximport_summarizedexperiment
Browse files Browse the repository at this point in the history
Fix issues with R modules changing sample names
  • Loading branch information
pinin4fjords authored Sep 13, 2024
2 parents 085ecfe + 765e67d commit ffb223e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## v3.16.0dev - [date]

- [PR #1374](https://github.com/nf-core/rnaseq/pull/1374) - Bump pipeline version to 3.16.0dev
- [PR #1380](https://github.com/nf-core/rnaseq/pull/1380) - Fix issues with R modules changing sample names

### Credits

Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
},
"summarizedexperiment/summarizedexperiment": {
"branch": "master",
"git_sha": "4e5f4687318f24ba944a13609d3ea6ebd890737d",
"git_sha": "625fbbc0531fb1717349c7f1b1c677a3b8619767",
"installed_by": ["modules", "quantify_pseudo_alignment"]
},
"trimgalore": {
Expand All @@ -237,7 +237,7 @@
},
"tximeta/tximport": {
"branch": "master",
"git_sha": "d612c281cf2fae62cdd79c70a22fc6349108570c",
"git_sha": "625fbbc0531fb1717349c7f1b1c677a3b8619767",
"installed_by": ["modules", "quantify_pseudo_alignment"]
},
"ucsc/bedclip": {
Expand Down

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

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

2 changes: 0 additions & 2 deletions modules/nf-core/tximeta/tximport/environment.yml

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

2 changes: 1 addition & 1 deletion modules/nf-core/tximeta/tximport/templates/tximport.r

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

0 comments on commit ffb223e

Please sign in to comment.