User Tools

Site Tools


changeo-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
changeo-software [2016/09/10 10:11] – created joguyachangeo-software [2021/05/05 10:45] aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 0.3.3+  * Version: 1.0.0
   * Added: September, 2016   * Added: September, 2016
-  * Link: http://changeo.readthedocs.io/en/latest/overview.html+  * Updated: June, 2020 
 +  * Link: https://changeo.readthedocs.io/en/latest/overview.html
  
 ===== Usage ===== ===== Usage =====
Line 14: Line 15:
 <code>$ module avail changeo</code> <code>$ module avail changeo</code>
  
-Load changeo +Load changeo into your environment: 
-<code>$ module load changeo/0.3.3</code>+<code>$ module load changeo/1.0.0</code>
  
 ===== Installation ====== ===== Installation ======
Line 21: Line 22:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>sudo python3 -m venv /export/apps/changeo/1.0.0 
-1cd /tmp +$ sudo chown -R aorth /export/apps/changeo/1.0.0 
-$ wget -qO - https://bitbucket.org/kleinstein/changeo/downloads/changeo-0.3.3.tar.gz | tar -xzv +source /export/apps/changeo/1.0.0/bin/activate 
-$ chown -R joguya:joguya /export/apps/python/3.4.3/ +$ pip install changeo 
-$ cd changeo-0.3.3/ +$ sudo chown -R root:root /export/apps/changeo/1.0.0</code>
-$ module load python/3.4.3 +
-$ scl enable devtoolset-2 bash +
-$ sudo mkdir -p /export/apps/changeo/0.3.3/ +
-$ sudo chown -R joguya:joguya /export/apps/changeo/0.3.3/ +
-python setup.py build +
-$ python setup.py install --install-scripts=/export/apps/changeo/0.3.3/bin +
-$ sudo chown -R root:root /export/apps/changeo/0.3.3/ /export/apps/python/3.4.3/ +
-</code>+
changeo-software.txt · Last modified: 2022/04/25 15:14 by aorth