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
Last revisionBoth sides next revision
flye-software [2019/04/10 20:38] aorthflye-software [2020/10/10 10:05] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 2.4.2+  * Version: 2.8.1
   * Added: April, 2019   * Added: April, 2019
 +  * Updated: October, 2020
   * 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.8.1
 $ 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.8.1.tar.gz 
-$ tar xf 2.4.2.tar.gz +$ tar xf 2.8.1.tar.gz 
-$ cd Flye-2.4.2 +$ cd Flye-2.8.1 
-$ mkdir -p /export/apps/flye/2.4.2 +sudo mkdir -p /export/apps/flye/2.8.1 
-$ chown aorth /export/apps/flye/2.4.2 +sudo chown aorth /export/apps/flye/2.8.1 
-python2 -m virtualenv /export/apps/flye/2.4.+python3 setup.py install --prefix=/export/apps/flye/2.8.1 
-$ source /export/apps/flye/2.4.2/bin/activate +$ sudo chown -R root:root /export/apps/flye/2.8.1</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.txt · Last modified: 2021/12/27 16:00 by aorth