Giter Site home page Giter Site logo

molt1es / cobradb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sbrg/cobradb

0.0 1.0 0.0 30.97 MB

COBRAdb loads genome-scale metabolic models and genome annotations into a relational database. It already powers BiGG Models, and it is available under the MIT license.

Home Page: http://bigg.ucsd.edu

License: Other

Python 99.83% Shell 0.17%

cobradb's Introduction

COBRAdb

COBRAdb loads genome-scale metabolic models and genome annotations into a relational database. It already powers BiGG Models, and it is available under the MIT license.

Installation

COBRAdb requires PostgreSQL, Python 2.7 or 3.6+, and a number of Python packages listed in setup.py.

  1. Install and set up PostgreSQL. This process varies from platform to platform, but the best place to start in the PostgreSQL documentation.

  2. Set up your configuration. Copy the file settings.ini.example and rename it settings.ini. The example file includes descriptions of each setting. You can use the settings file from BiGG Models as a guide: https://github.com/SBRG/bigg_models_data

  3. Install COBRAdb and dependencies.

python setup.py install
# OR
python setup.py develop
# OR
pip install -e .
  1. Load the database by calling the script bin/load_db.
bin/load_db --drop-all

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.