This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
changeo-software [2017/05/31 08:28] aorth |
changeo-software [2020/06/10 18:10] (current) aorth |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 0.3.5 | + | * Version: |
| * Added: September, 2016 | * Added: September, 2016 | ||
| - | * Updated: | + | * Updated: |
| - | * Link: http:// | + | * Link: https:// |
| ===== Usage ===== | ===== Usage ===== | ||
| Line 16: | Line 16: | ||
| Load changeo into your environment: | Load changeo into your environment: | ||
| - | < | + | < |
| ===== Installation ====== | ===== Installation ====== | ||
| Line 22: | Line 22: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ module load python/3.4.3 | + | $ sudo python3 -m venv / |
| - | $ sudo mkdir / | + | $ sudo chown -R aorth / |
| - | $ sudo chown aorth / | + | $ source |
| - | $ python -m venv / | + | $ pip install changeo |
| - | $ . / | + | $ sudo chown -R root:root / |
| - | $ pip install | + | |
| - | $ pip install -U numpy scipy pandas biopython | + | |
| - | $ pip install -U changeo | + | |
| - | $ sudo chown -R root:root / | + | |