raven-toolbox (Python)¶
raven-toolbox is the Python implementation of RAVEN, built on cobrapy. It is distributed on PyPI.
Requirements¶
- Python ≥ 3.11
- cobrapy — installed automatically as a dependency
- A solver: GLPK (bundled with cobrapy) works for small and medium models; Gurobi is recommended for genome-scale work. See Choosing a solver.
Use a virtual environment
Install¶
Verify¶
Note
The import package is raven_toolbox (underscore); the PyPI distribution
name is raven-toolbox (hyphen).
Upgrade¶
Remove¶
Solver configuration¶
raven-toolbox uses cobrapy's solver interface: