From 72faa83af11ffd1de86693326f2fc6f090327249 Mon Sep 17 00:00:00 2001
From: Rachel  LEGENDRE <rachel.legendre@pasteur.fr>
Date: Tue, 11 Mar 2025 10:51:04 +0100
Subject: [PATCH] Update env.sh

---
 env.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/env.sh b/env.sh
index 0c1bdcf..bff8e2f 100644
--- a/env.sh
+++ b/env.sh
@@ -17,8 +17,8 @@ pip install snakemake-executor-plugin-slurm
 pip install snakemake-executor-plugin-cluster-generic
 
 
-#install conda via virtulenv :
-module load Python/3.11.5 graalvm/ 
+#install conda via virtualenv :
+module load Python/3.12
 virtualenv ~/snakemake
 source ~/snakemake/bin/activate
 pip install snakemake
-- 
GitLab