htseq-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| htseq-software [2017/09/20 08:36] – Update docs link aorth | htseq-software [2017/09/20 12:15] (current) – [Installation] aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 0.6.1 | + | * Version: 0.9.1 |
| * Added: October, 2013 | * Added: October, 2013 | ||
| - | * Updated: | + | * Updated: |
| - | * Link: http:// | + | * Link: http:// |
| ===== Usage ===== | ===== Usage ===== | ||
| - | === See versions of htseq which are available | + | See versions of htseq which are available: |
| - | < | + | < |
| + | |||
| + | Load one version into your environment: | ||
| + | < | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ module load python/2.7.8 | + | $ sudo mkdir -p / |
| - | $ sudo chown aorth / | + | $ sudo chown aorth /export/ |
| - | $ pip install HTSeq --install-option=" | + | $ python -m venv / |
| - | $ sudo chown root:root / | + | $ . / |
| + | $ pip install HTSeq | ||
| + | $ pip install matplotlib | ||
| + | $ sudo chown -R root:root / | ||
| + | |||
| + | Installation is greatly simplified by using Python 3's built-in '' | ||
htseq-software.1505896577.txt.gz · Last modified: by aorth
