User Tools

Site Tools


flye-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
flye-software [2019/04/10 20:38] aorthflye-software [2021/12/27 16:00] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 2.4.2+  * Version: 2.9
   * Added: April, 2019   * Added: April, 2019
 +  * Updated: December, 2021
   * Link: https://github.com/fenderglass/Flye   * Link: https://github.com/fenderglass/Flye
  
Line 14: Line 15:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load flye/2.4.2+<code>$ module load flye/2.9
 $ flye</code> $ flye</code>
  
Line 24: Line 25:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://github.com/fenderglass/Flye/archive/2.4.2.tar.gz +$ wget https://github.com/fenderglass/Flye/archive/2.9.tar.gz 
-$ tar xf 2.4.2.tar.gz +$ tar xf 2.9.tar.gz 
-$ cd Flye-2.4.2 +$ cd Flye-2.9 
-$ mkdir -p /export/apps/flye/2.4.2 +sudo mkdir -p /export/apps/flye/2.9 
-$ chown aorth /export/apps/flye/2.4.2 +sudo chown aorth /export/apps/flye/2.9 
-python2 -m virtualenv /export/apps/flye/2.4.2 +python3 setup.py install --prefix=/export/apps/flye/2.9 
-$ source /export/apps/flye/2.4.2/bin/activate +$ sudo chown -R root:root /export/apps/flye/2.9</code> 
-$ python setup.py build + 
-$ python setup.py install +Note: I tried to install this using a python3 virtual environment but it gave me strange errors. As flye doesn't actually need any third-party Python packages I installed it in its own prefix without a venv.
-$ sudo chown -R root:root /export/apps/flye/2.4.2</code>+
flye-software.1554928729.txt.gz · Last modified: 2019/04/10 20:38 by aorth