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
changeo-software [2016/09/10 10:11] – created joguyachangeo-software [2022/04/25 15:14] (current) aorth
Line 5: Line 5:
 ===== Information ===== ===== Information =====
  
-  * Version: 0.3.3+  * Version: 1.2.0
   * Added: September, 2016   * Added: September, 2016
-  * Link: http://changeo.readthedocs.io/en/latest/overview.html+  * Updated: April, 2022 
 +  * 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.2.0</code>
  
 ===== Installation ====== ===== Installation ======
Line 21: Line 22:
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code> +<code>$ cd /tmp 
-1$ cd /tmp +module load python/3.
-wget -qO - https://bitbucket.org/kleinstein/changeo/downloads/changeo-0.3.3.tar.gz | tar -xzv +$ sudo mkdir /export/apps/changeo/1.2.0 
-$ chown -R joguya:joguya /export/apps/python/3.4.3/ +sudo chown aorth /export/apps/changeo/1.2.0 
-$ cd changeo-0.3.3/ +$ python -m venv /export/apps/changeo/1.2.0 
-module load python/3.4.3 +source /export/apps/changeo/1.2.0/bin/activate 
-$ scl enable devtoolset-2 bash +pip install --upgrade setuptools pip wheel 
-$ sudo mkdir -p /export/apps/changeo/0.3.3/ +$ pip install changeo==1.2.0 
-sudo chown -R joguya:joguya /export/apps/changeo/0.3.3+$ sudo chown -R root:root /export/apps/changeo/1.2.0</code>
-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.1473502294.txt.gz · Last modified: 2016/09/10 10:11 by joguya