Code Monkey home page Code Monkey logo

ord-schema's Introduction

Open Reaction Database: Schema (ord-schema)

CI codecov

This repository contains the schema for the Open Reaction Database initiative, based in part on survey of importance (summary). For more details on the database, please see the documentation at http://open-reaction-database.org.

This repository does not contain the database itself. Rather, ord-schema is designed to store the database schema and tools for creating, validating, and submitting data to the database.

We are currently in the process of formalizing the schema and creating examples for both low-level and high-level use. Consider joining the mailing list to stay up to date with announcements and opportunities for providing feedback.

Installation

Many of the schema validators require RDKit, so we recommend that you install ord-schema in a conda environment.

  1. Clone the ord-schema repository to your local machine. If you are planning to contribute changes, you should fork the repository first (see Contributing).

  2. Install Anaconda or Miniconda (instructions).

  3. Run the following commands to install ord-schema:

    $ pip install -r requirements.txt
    $ conda install -c rdkit rdkit
    $ python setup.py install
  4. After installation, you can run the tests by executing

    $ ./run_tests.sh

    Note that if you have made changes to the code or .proto files, you should run python setup.py install to pick up the new changes. If you are only editing Python code (or you are willing to run protoc yourself), you may wish to use python setup.py develop to avoid having to reinstall the package each time.

ord-schema's People

Contributors

skearnes avatar connorcoley avatar antonkast-google avatar n8kim1 avatar michaelmaser avatar b-shields avatar

Watchers

James Cloos avatar

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.