* Flye 2.9.6 *
Installation date: 2025-05-11
Prerequisites
Python 2.7 or 3.5+ (with setuptools package installed)
C++ compiler with C++11 support (GCC 4.8+ / Clang 3.3+ / Apple Clang 5.0+)
GNU make
Git
Core OS development headers (zlib, etc.)
Usage
To use Flye 2.9.6, run the following commands:
module load flye
# To verify if Flye was installed correctly
flye --version
Installation
Load the necessary modules:
module load python cmake gcc
Download and compile the software:
git clone https://github.com/fenderglass/Flye
cd Flye
make