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
flye-software [2020/10/10 10:05] aorthflye-software [2021/12/27 16:00] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 2.8.1+  * Version: 2.9
   * Added: April, 2019   * Added: April, 2019
-  * Updated: October2020+  * Updated: December2021
   * Link: https://github.com/fenderglass/Flye   * Link: https://github.com/fenderglass/Flye
  
Line 15: 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.8.1+<code>$ module load flye/2.9
 $ flye</code> $ flye</code>
  
Line 25: Line 25:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://github.com/fenderglass/Flye/archive/2.8.1.tar.gz +$ wget https://github.com/fenderglass/Flye/archive/2.9.tar.gz 
-$ tar xf 2.8.1.tar.gz +$ tar xf 2.9.tar.gz 
-$ cd Flye-2.8.1 +$ cd Flye-2.9 
-$ sudo mkdir -p /export/apps/flye/2.8.1 +$ sudo mkdir -p /export/apps/flye/2.9 
-$ sudo chown aorth /export/apps/flye/2.8.1 +$ sudo chown aorth /export/apps/flye/2.9 
-$ python3 setup.py install --prefix=/export/apps/flye/2.8.1 +$ python3 setup.py install --prefix=/export/apps/flye/2.9 
-$ sudo chown -R root:root /export/apps/flye/2.8.1</code>+$ sudo chown -R root:root /export/apps/flye/2.9</code>
  
 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. 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.
flye-software.1602324335.txt.gz · Last modified: 2020/10/10 10:05 by aorth