Skip to main content

Ontology for whole-cell modeling

Project description

Documentation Test results Test coverage Code analysis License Analytics

WC-Onto

Ontology for whole-cell modeling

Installation

Installing the ontology for use in Python

  1. Install this Python package with pip

    pip install git+https://github.com/KarrLab/wc_onto.git#egg=wc_onto[all]

    This command will install this Python package, including the ontology (in OBO format) and the Python code for using the ontology. Once installed, the ontology will be located at pkg_resources.resource_filename('wc_onto', 'onto.obo').

  2. Obtain a BioPortal API key

  3. Save your BioPortal API key to a configuration file (~/.wc/wc_onto.cfg)

    [wc_onto]
        [[bioportal]]
            key = <BioPortal API key>
  4. Import the package. The other ontologies which wc_onto references will automatically be downloaded the first time that the package is imported.

    from wc_onto import onto

Downloading the ontology

Alternatively, the ontology can be downloaded (in OBO format) from GitHub or BioPortal

Documentation

Please see the API documentation.

License

The package is released under the MIT license.

Development team

This package was developed by the Karr Lab at the Icahn School of Medicine at Mount Sinai in New York, USA.

Questions and comments

Please contact the Karr Lab with any questions or comments.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wc_onto-0.0.2.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

wc_onto-0.0.2-py2.py3-none-any.whl (13.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page