Skip to content

Commit 26ecb37

Browse files
authored
Merge pull request #1623 from nf-core/fix_r_checknames_from_dev
Update tximeta/tximport module to fix sample name mangling
2 parents 09daed5 + fef8aa4 commit 26ecb37

File tree

4 files changed

+51
-31
lines changed

4 files changed

+51
-31
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Special thanks to the following for their contributions to the release:
2020
- [PR #1614](https://github.com/nf-core/rnaseq/pull/1614) - Template update for nf-core/tools v3.4.1
2121
- [PR #1618](https://github.com/nf-core/rnaseq/pull/1618) - Fix CI: Ensure confirm-pass job runs for markdown-only PRs
2222
- [PR #1617](https://github.com/nf-core/rnaseq/pull/1617) - Update bbmap/bbsplit module
23+
- [PR #1622](https://github.com/nf-core/rnaseq/pull/1622) - Update tximeta/tximport module to fix sample name mangling
2324
- [PR #1620](https://github.com/nf-core/rnaseq/pull/1620) - Fix bigwig strand labeling for reverse-stranded libraries ([#1591](https://github.com/nf-core/rnaseq/issues/1591))
2425
- [PR #1621](https://github.com/nf-core/rnaseq/pull/1621) - Optimize qualimap performance with multi-threaded name sorting
2526

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
},
270270
"tximeta/tximport": {
271271
"branch": "master",
272-
"git_sha": "1f008221e451e7a4738226c49e69aaa2eb731369",
272+
"git_sha": "d205ebc03abc530a984d844ab57373f566967ac8",
273273
"installed_by": ["modules", "quantify_pseudo_alignment"]
274274
},
275275
"ucsc/bedclip": {

modules/nf-core/tximeta/tximport/meta.yml

Lines changed: 46 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/tximeta/tximport/templates/tximport.r

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)