User Tools

Site Tools


htseq-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
htseq-software [2017/09/20 08:36] – Update docs link aorthhtseq-software [2017/09/20 12:14] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 0.6.1+  * Version: 0.9.1
   * Added: October, 2013   * Added: October, 2013
-  * Updated: February2015 +  * Updated: September2017 
-  * Link: http://htseq.readthedocs.io/en/release_0.9.1/+  * Link: http://htseq.readthedocs.io
  
 ===== Usage ===== ===== Usage =====
  
-=== See versions of htseq which are available === +See versions of htseq which are available: 
-<code>module avail htseq</code>+<code>module avail htseq</code> 
 + 
 +Load one version into your environment: 
 +<code>$ module load htseq/0.9.1</code>
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo mkdir -p /export/apps/htseq/0.6.1 +<code>$ module load python/3.6.2 
-module load python/2.7.8 +$ sudo mkdir -p /export/apps/htseq/0.9.1 
-sudo chown aorth /export/apps/htseq/0.6.1 +sudo chown aorth /export/apps/htseq/0.9.1 
-pip install HTSeq --install-option="--prefix=/export/apps/htseq/0.6.1" +python -m venv /export/apps/htseq/0.9.1 
-$ sudo chown root:root /export/apps/htseq/0.6.1</code>+/export/apps/htseq/0.9.1/bin/activate 
 +$ pip install HTSeq 
 +$ pip install matplotlib 
 +$ sudo chown -R root:root /export/apps/htseq/0.9.1</code>
htseq-software.txt · Last modified: 2017/09/20 12:15 by aorth