Skip to content

Commit

Permalink
Merge pull request #94 from nf-core/multi_channel_value
Browse files Browse the repository at this point in the history
Fix value channel for multi-contrast case
  • Loading branch information
pinin4fjords authored Jan 31, 2025
2 parents 0472d99 + 66c642b commit 455d83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#86](https://github.com/nf-core/riboseq/pull/86) - Important! Template update for nf-core/tools v3.2.0 ([@nf-core-bot](https://github.com/nf-core-bot), review by [@pinin4fjords](https://github.com/pinin4fjords))
- [#92](https://github.com/nf-core/riboseq/pull/92) - Bump anota2seq for ordering fix ([@pinin4fjords](https://github.com/pinin4fjords), reviewed by [@FelixKrueger](https://github.com/FelixKrueger))
- [#93](https://github.com/nf-core/riboseq/pull/93) - Bump anota2seq for dollar fix ([@pinin4fjords](https://github.com/pinin4fjords), reviewed by [@FelixKrueger](https://github.com/FelixKrueger))
- [#94](https://github.com/nf-core/riboseq/pull/94) - Fix value channel for multi-contrast case ([@pinin4fjords](https://github.com/pinin4fjords), reviewed by [@FelixKrueger](https://github.com/FelixKrueger))

### `Fixed`

Expand Down
1 change: 1 addition & 0 deletions workflows/riboseq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ workflow RIBOSEQ {
ch_samplesheet_matrix = QUANTIFY_STAR_SALMON.out.counts_gene_length_scaled
.combine(ch_samplesheet)
.map{[it[0], it[2], it[1]]}
.first()

ANOTA2SEQ_ANOTA2SEQRUN(
ch_contrasts,
Expand Down

0 comments on commit 455d83c

Please sign in to comment.