Skip to main content

No project description provided

Project description

CGRTools

Tools for processing of reactions based on Condensed Graph of Reaction (CGR) approach.

Basic opertions:
  • Read /write /convert formats MDL .RDF and .SDF, SMILES, .MRV

  • Standardize reactions and valid structures checker.

  • Produce CGRs.

  • Perfrom subgraph search.

  • Build /correct molecules and reactions.

  • Produce template based reactions.

INSTALL

Linux Debian based

  • Install python3.7, virtualenv and git

    ` sudo apt install python3.7 python3.7-dev git python3-virtualenv `

  • Create new environment and activate it.

    ` virtualenv -p python3.7 venv source venv/bin/activate `

Mac

  • Install python3.7 and git using [brew](<https://brew.sh>)

    ` brew install git brew install python3 `

  • Install virtualenv.

    ` pip install virtualenv `

  • Create new environment and activate it.

    ` virtualenv -p python3.7 venv source venv/bin/activate `

Windows

  • Install python3.7 and git using [Chocolately](<https://chocolatey.org/>)

    ` choco install git choco install python3 `

  • Install virtualenv.

    ` pip install virtualenv `

  • Create new environment and activate it.

    ` virtualenv venv venv\Scripts\activate `

General part

  • stable version will be available through PyPI

    ` pip install CGRTools `

  • Install CGRtools library DEV version for features that are not well tested

    ` pip install -U git+https://github.com/cimm-kzn/CGRtools.git@master#egg=CGRtools `

  • Jupyter integration:

    ` pip install jupyter jupyter notebook `

  • Download tutorial files to same directory

    <https://github.com/cimm-kzn/CGRtools/tree/master/tutorial>

  • Open .ipynb files from tutorial directory in Jupyter browser

If you still have questions, please open issue within github.

CONTRIBUTORS

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

CGRtools-3.1.9-py3-none-any.whl (1.5 MB view hashes)

Uploaded 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