From 9b07b3b336e8315f00367325b4cd77a92418cfac Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Tue, 19 Sep 2023 20:29:13 +0200 Subject: [PATCH] Downgrade Salmon to 1.10.1 Signed-off-by: Paolo Di Tommaso --- modules/index/main.nf | 2 +- modules/quant/main.nf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/index/main.nf b/modules/index/main.nf index de55e46..1bbfdb4 100644 --- a/modules/index/main.nf +++ b/modules/index/main.nf @@ -1,7 +1,7 @@ process INDEX { tag "$transcriptome.simpleName" - conda 'salmon=1.10.2' + conda 'salmon=1.10.1' input: path transcriptome diff --git a/modules/quant/main.nf b/modules/quant/main.nf index 8459597..aeef5a8 100644 --- a/modules/quant/main.nf +++ b/modules/quant/main.nf @@ -1,7 +1,7 @@ process QUANT { tag "$pair_id" - conda 'salmon=1.10.2' + conda 'salmon=1.10.1' input: path index