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
changeo-software [2021/05/05 10:45] aorthchangeo-software [2022/04/25 15:14] (current) aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 1.0.0+  * Version: 1.2.0
   * Added: September, 2016   * Added: September, 2016
-  * Updated: June2020+  * Updated: April2022
   * Link: https://changeo.readthedocs.io/en/latest/overview.html   * Link: https://changeo.readthedocs.io/en/latest/overview.html
  
Line 16: Line 16:
  
 Load changeo into your environment: Load changeo into your environment:
-<code>$ module load changeo/1.0.0</code>+<code>$ module load changeo/1.2.0</code>
  
 ===== Installation ====== ===== Installation ======
Line 22: Line 22:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo python3 -m venv /export/apps/changeo/1.0.0 +<code>$ cd /tmp 
-$ sudo chown -R aorth /export/apps/changeo/1.0.0 +$ module load python/3.9 
-$ source /export/apps/changeo/1.0.0/bin/activate +$ sudo mkdir /export/apps/changeo/1.2.0 
-$ pip install changeo +$ sudo chown aorth /export/apps/changeo/1.2.0 
-$ sudo chown -R root:root /export/apps/changeo/1.0.0</code>+$ python -m venv /export/apps/changeo/1.2.0 
 +$ source /export/apps/changeo/1.2.0/bin/activate 
 +$ pip install --upgrade setuptools pip wheel 
 +$ pip install changeo==1.2.0 
 +$ sudo chown -R root:root /export/apps/changeo/1.2.0</code>
changeo-software.1620211500.txt.gz · Last modified: 2021/05/05 10:45 by aorth