chython / db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chythonDB

Chemical cartridge for reactions and molecules.

Install Postgres

Use docker-compose.yaml to set up service or do installation by yourself. Password, user and port can be changed in docker-compose.yaml

docker-compose up -d

Library installation

Set up your virtual environment, activate it, go into chythonDB directory and do:

pip install -U -e .

Usage

Please use jupyter notebooks from examples folder to upload data and test functionality, other documentation in progress.

Data

All data required for examples are in dataset folder.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%