Skip to content

jdvne/pyleon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLeon

License

What is PyLeon?

PyLeon is a Python wrapper around the .fasta/.fastq compression suite Leon (https://github.com/GATB/Leon).

Setup

Requirements

CMake 3.1+; see http://www.cmake.org/cmake/resources/software.html

c++/11 compiler; compilation was tested with gcc and g++ version>=4.8 (Linux) and clang version>=3.6 (Mac OSX).

Instructions

# get a local copy of source code
git clone --recursive https://github.com/jdvne/pyleon

# compile Leon code and add pyleon to your user's python modules
sh INSTALL

# ensure Leon has build properly
python3 test.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages