From 2859f6b4979f107deb3304c8d74b9eb1d7e79540 Mon Sep 17 00:00:00 2001 From: "julie.orjuela" <julie.orjuela@ird.fr> Date: Tue, 12 Mar 2024 09:41:03 +0100 Subject: [PATCH] tested with python3.8 on itrop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af6656e..a6a0a94 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ RNAja is a pipeline written in snakemake, allowing to analyse RNAseq data, perfo ## 1. Install dependencies and clone RNAja -Check dependencies for RNAja : Python >= 3.10.12 and Snakemake >= 7.32.4 +Check dependencies for RNAja : Python < 3.12.0 and Snakemake >= 7.32.4 Here, you can install RNAja from the gitlab source code such as : -- GitLab