This shows you the differences between two versions of the page.
| Next revision | Previous revision Last revision Both sides next revision | ||
|
changeo-software [2016/09/10 10:11] joguya created |
changeo-software [2017/11/06 16:35] aorth |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 0.3.3 | + | * Version: 0.3.9 |
| * Added: September, 2016 | * Added: September, 2016 | ||
| + | * Updated: November, 2017 | ||
| * Link: http:// | * Link: http:// | ||
| Line 14: | Line 15: | ||
| < | < | ||
| - | Load changeo | + | Load changeo |
| - | < | + | < |
| ===== Installation ====== | ===== Installation ====== | ||
| Line 21: | Line 22: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | 1$ cd /tmp | + | $ module load python/3.4.7 |
| - | $ wget -qO - https:// | + | $ scl enable devtoolset-4 bash |
| - | $ chown -R joguya: | + | $ sudo mkdir / |
| - | $ cd changeo-0.3.3/ | + | $ sudo chown aorth / |
| - | $ module load python/3.4.3 | + | $ python |
| - | $ scl enable devtoolset-2 bash | + | $ . / |
| - | $ sudo mkdir -p / | + | $ pip3 install -U pip setuptools |
| - | $ sudo chown -R joguya: | + | $ pip3 install -U numpy scipy pandas biopython |
| - | $ python | + | $ pip3 install -U changeo |
| - | $ python setup.py install --install-scripts=/ | + | $ sudo chown -R root:root / |
| - | $ sudo chown -R root:root / | + | |
| - | </ | + | |