Skip to content
Snippets Groups Projects
Commit 08a5a72f authored by Laurent Modolo's avatar Laurent Modolo
Browse files

HTSeq/0.8.0: fix install to get right version

parent 23d4979f
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
# knowledge of the CeCILL license and that you accept its terms. # knowledge of the CeCILL license and that you accept its terms.
source ../build_env.sh source ../build_env.sh
module load python/2.7 module load python/2.7.13
HTSEQ_VERSION=0.8.0 HTSEQ_VERSION=0.8.0
PYSAM_VERSION=0.11.2.2 PYSAM_VERSION=0.11.2.2
...@@ -50,7 +50,7 @@ cd .. ...@@ -50,7 +50,7 @@ cd ..
git clone https://github.com/simon-anders/htseq.git git clone https://github.com/simon-anders/htseq.git
cd htseq 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 python setup.py install --single-version-externally-managed --prefix ${HTSEQ_ROOT} --record htseq_install.txt
rm -Rf htseq pysam rm -Rf htseq pysam
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment