Metadata-Version: 1.1
Name: mod_sbml
Version: 0.2.3
Summary: Utilities for working with metabolic models in SBML format.
Home-page: https://github.com/annazhukova/mod_sbml
Author: Anna Zhukova
Author-email: zhutchok@gmail.com
License: UNKNOWN
Download-URL: https://github.com/annazhukova/mod_sbml/archive/0.2.3.zip
Description: # mod_sbml
        
        mod_sbml implements utilities for working with metabolic models in [SBML format](http://sbml.org), 
        that include:
         - model annotation with identifiers from:
            * the [KEGG](http://www.genome.jp/kegg) database, 
            * the [ChEBI](http://www.ebi.ac.uk/chebi/) Ontology,
            * the 'cellular component' branch of the [Gene Ontology](http://geneontology.org/);
         - model serialization to [csv format](https://en.wikipedia.org/wiki/Comma-separated_values);
         - submodel extraction.
         
        mod_sbml also includes utilities for parsing ontologies in [OBO flat file format](https://github.com/owlcollab/oboformat).
         
        mod_sbml uses the [libsbml package](http://sbml.org/Software/libSBML) for manipulation of SBML files.
        
        
Keywords: SBML,metabolic model,utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
