Skip to content

zertan/cobra_sbml_validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobra_sbml_validator

web-based validator for COBRA models in SBML and JSON

To run the server on your own machine, do the following (only tested on Linux):

  1. Install the beta latest version of cobrapy (use pip install cobra --pre). Ensure that libglpk is installed correctly, as stated in the installation directions.

  2. Install the latest versions of python-libsbml, lxml, and jsonschema

  3. Install esolver. A pre-compiled version available with ABSOLUTELY NO WARRANTY is available here

  4. run python cobra_sbml_validator.py

  5. Navigate to http://localhost:5000/

About

web-based validator for COBRA models in SBML and JSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.9%
  • HTML 32.1%