mojaie / chorus

(archived) A simple chemical structure graph modeling, drawing and analysis toolkit
MIT License
5 stars 4 forks source link
cheminformatics drug-discovery graph-algorithms maximum-common-subgraph molecular-descriptor molecular-modeling

Chorus

Chorus is a simple chemical structure modeling toolkit.

Installation

PyPI

pip3 install chorus

Poetry

git clone https://github.com/mojaie/chorus.git
cd chorus
poetry install
poetry run make build
cd ../project
poetry add ../chorus

Anaconda

Distributing conda package is work in progress.

conda upgrade -n root conda
conda install -n root conda-build

conda skeleton pypi chorus
conda build chorus
conda install --use-local chorus

Features

Features (WIP)

Features (will never be implemented)

API Documentation

https://chorus-docs.readthedocs.io/

License

MIT license

See chorus/resources/README.md for license details of sample dataset resources.

Copyright

(C) 2014-2018 Seiji Matsuoka