From 928e56d55f05a65671d5a93aa133564a1e8313fe Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Fri, 31 Jan 2025 09:38:50 +0000 Subject: [PATCH 1/2] Fix value channel for multi-contrast case --- workflows/riboseq/main.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/workflows/riboseq/main.nf b/workflows/riboseq/main.nf index ec0a4e5..ab0a301 100644 --- a/workflows/riboseq/main.nf +++ b/workflows/riboseq/main.nf @@ -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, From 66c642bdfdbfdbb1651ca0e86ffc7038f774e178 Mon Sep 17 00:00:00 2001 From: Jonathan Manning Date: Fri, 31 Jan 2025 09:41:12 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21884b4..e0832bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`