User Tools

Site Tools


changeo-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
changeo-software [2017/11/06 16:35] aorthchangeo-software [2021/05/05 10:45] aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 0.3.9+  * Version: 1.0.0
   * Added: September, 2016   * Added: September, 2016
-  * Updated: November2017 +  * Updated: June2020 
-  * Link: http://changeo.readthedocs.io/en/latest/overview.html+  * Link: https://changeo.readthedocs.io/en/latest/overview.html
  
 ===== Usage ===== ===== Usage =====
Line 16: Line 16:
  
 Load changeo into your environment: Load changeo into your environment:
-<code>$ module load changeo/0.3.9</code>+<code>$ module load changeo/1.0.0</code>
  
 ===== Installation ====== ===== Installation ======
Line 22: Line 22:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>cd /tmp +<code>sudo python3 -m venv /export/apps/changeo/1.0.0 
-$ module load python/3.4.7 +$ sudo chown -R aorth /export/apps/changeo/1.0.0 
-$ scl enable devtoolset-4 bash +source /export/apps/changeo/1.0.0/bin/activate 
-$ sudo mkdir /export/apps/changeo/0.3.9 +$ pip install changeo 
-$ sudo chown aorth /export/apps/changeo/0.3.9 +$ sudo chown -R root:root /export/apps/changeo/1.0.0</code>
-python -m venv /export/apps/changeo/0.3.9 +
-$ . /export/apps/changeo/0.3.9/bin/activate +
-pip3 install -U pip setuptools +
-$ pip3 install -U numpy scipy pandas biopython +
-$ pip3 install -U changeo +
-$ sudo chown -R root:root /export/apps/changeo/0.3.9</code>+
changeo-software.txt · Last modified: 2022/04/25 15:14 by aorth