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 [2021/12/27 16:00] aorthflye-software [2025/05/14 06:49] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 2.9+  * Version: 2.9.6
   * Added: April, 2019   * Added: April, 2019
-  * Updated: December2021 +  * Updated: May2025 
-  * Link: https://github.com/fenderglass/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+<code>$ module load flye/2.9.6
 $ flye</code> $ flye</code>
  
Line 25: Line 25:
  
 <code>$ cd /tmp <code>$ cd /tmp
-wget https://github.com/fenderglass/Flye/archive/2.9.tar.gz +git clone https://github.com/mikolmogorov/Flye.git -b 2.9.6 
-$ tar xf 2.9.tar.gz +$ cd Flye 
-$ cd Flye-2.9 +$ module load python/3.10 
-$ sudo mkdir -p /export/apps/flye/2.9 +$ sudo mkdir -p /export/apps/flye/2.9.6 
-$ sudo chown aorth /export/apps/flye/2.9 +$ sudo chown aorth /export/apps/flye/2.9.6 
-$ python3 setup.py install --prefix=/export/apps/flye/2.9 +$ python3 setup.py install --prefix=/export/apps/flye/2.9.6 
-$ sudo chown -R root:root /export/apps/flye/2.9</code>+$ 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.1640620825.txt.gz · Last modified: by aorth