* Flye 2.9.6 *

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

  1. Load the necessary modules:

module load python cmake gcc
  1. Download and compile the software:

git clone https://github.com/fenderglass/Flye
cd Flye
make

References

Author

  • Emanuell Torres Lopez