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 [2024/08/08 18:24] aorthflye-software [2025/05/13 10:27] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 2.9.4+  * Version: 2.9.6
   * Added: April, 2019   * Added: April, 2019
-  * Updated: August2024+  * Updated: May2025
   * Link: https://github.com/mikolmogorov/Flye   * Link: https://github.com/mikolmogorov/Flye
  
 ===== Usage ===== ===== Usage =====
  
-See which versions of flye are available:+See which versions are available:
 <code>$ module avail flye</code> <code>$ module avail flye</code>
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load flye/2.9.4+<code>$ module load flye/2.9.46
 $ flye</code> $ flye</code>
  
Line 25: Line 25:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ module load python/3.9 +$ git clone https://github.com/mikolmogorov/Flye.git -b 2.9.6
-$ git clone https://github.com/mikolmogorov/Flye.git -b 2.9.4+
 $ cd Flye $ cd Flye
-$ sudo mkdir -p /export/apps/flye/2.9.4 +$ module load python/3.10 
-$ sudo chown aorth /export/apps/flye/2.9.4 +$ sudo mkdir -p /export/apps/flye/2.9.6 
-$ python3 setup.py install --prefix=/export/apps/flye/2.9.4 +$ sudo chown aorth /export/apps/flye/2.9.6 
-$ sudo chown -R root:root /export/apps/flye/2.9.4</code>+$ python3 setup.py install --prefix=/export/apps/flye/2.9.6 
 +$ sudo chown -R root:root /export/apps/flye/2.9.6</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.txt · Last modified: 2025/05/13 10:27 by aorth