This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
|
changeo-software [2017/05/31 08:25] aorth |
changeo-software [2017/11/06 16:35] aorth |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 0.3.5 | + | * Version: 0.3.9 |
| * Added: September, 2016 | * Added: September, 2016 | ||
| - | * Updated: | + | * Updated: |
| * Link: http:// | * Link: http:// | ||
| 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 | + | $ module load python/3.4.7 |
| - | $ sudo mkdir / | + | $ scl enable devtoolset-4 bash |
| - | $ sudo chown aorth / | + | $ sudo mkdir / |
| - | $ python -m venv / | + | $ sudo chown aorth / |
| - | $ . / | + | $ python -m venv / |
| - | $ pip install -U pip setuptools | + | $ . / |
| - | $ pip install -U Cython | + | $ pip3 install -U pip setuptools |
| - | $ pip install -U numpy scipy pandas biopython | + | $ pip3 install -U numpy scipy pandas biopython |
| - | $ pip install -U presto | + | $ pip3 install -U changeo |
| - | $ pip install -U changeo | + | $ sudo chown -R root:root / |
| - | $ sudo chown -R root:root / | + | |