From 08a5a72f07bef167d33651f3d2880680680527bd Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Wed, 30 May 2018 10:19:31 +0200
Subject: [PATCH] HTSeq/0.8.0: fix install to get right version

---
 apps/HTSeq/install_0.8.0.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/HTSeq/install_0.8.0.sh b/apps/HTSeq/install_0.8.0.sh
index 970ad2d..44eafcd 100644
--- a/apps/HTSeq/install_0.8.0.sh
+++ b/apps/HTSeq/install_0.8.0.sh
@@ -34,7 +34,7 @@
 # knowledge of the CeCILL license and that you accept its terms.
 
 source ../build_env.sh
-module load python/2.7
+module load python/2.7.13
 
 HTSEQ_VERSION=0.8.0
 PYSAM_VERSION=0.11.2.2
@@ -50,7 +50,7 @@ cd ..
 
 git clone https://github.com/simon-anders/htseq.git
 cd htseq
-git checkout tags/v${HTSEQ_VERSION}
+git checkout tags/release_${HTSEQ_VERSION}
 python setup.py install --single-version-externally-managed --prefix ${HTSEQ_ROOT} --record htseq_install.txt
 
 rm -Rf htseq pysam
-- 
GitLab