From fe7ec586298bf416c49166b8c5ea95df8385e52a Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Mon, 23 Oct 2017 14:25:11 +0200 Subject: [PATCH] RSEM change bowtie for bowit2 --- modulefiles/RSEM/1.3.0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/RSEM/1.3.0 b/modulefiles/RSEM/1.3.0 index bd09192..d8a1ae9 100644 --- a/modulefiles/RSEM/1.3.0 +++ b/modulefiles/RSEM/1.3.0 @@ -60,9 +60,9 @@ if [ module-info mode load ] { prereq Base/psmn module load python/2.7 prereq python/2.7 - module load Bowtie/2.3.2 + module load Bowtie2/2.3.2 module load R/3.0.2 - prereq Bowtie/2.3.2 + prereq Bowtie2/2.3.2 prereq R/3.0.2 } -- GitLab