RamanLab / FastSL-py

Python implementation of FastSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastSL-py

Travis CI Status AppVeyor CI Status Documentation Status

This is the Python implementation of FastSL, an efficient algorithm to identify synthetic lethal gene/reaction sets in genome-scale metabolic models.

This package is based on cobrapy and provides a simple command-line tool.

For documentation, please visit: http://fastsl-py.readthedocs.io

Basic requirement(s):

- Python 3.6 for Gurobi 8
- Python 3.5 for IBM CPLEX and Gurobi 7

Installation:

Use pip to install from PyPI (recommended inside a virtual environment):

pip install fastsl

Contribute:

Support:

If you are having issues, please let us know. Contact us at: <fast-sl@ramanlab.groups.io>

License:

The project is licensed under GPL v3 license.

Note:

CPLEX and Gurobi are not included. Both are available for free (for academic purposes). All solvers are supported whose interfaces are provided by optlang.

About

Python implementation of FastSL

License:GNU General Public License v3.0


Languages

Language:Python 100.0%