Skip to main content

InChI generator.

Project description

License information Current library version Supported Python versions Travis CI status Code coverage information

Docker automated build Docker build status Docker pulls status

Isotopic (iso) enumerator (enum) - create isotopically resolved InChI (International Chemical Identifier) for metabolites.

The isoenum Python package provides command-line interface that allows you to create isotopically-resolved InChI from one of the Chemical Table file (CTfile) formats (i.e. molfile, SDfile) used to describe chemical molecules and reactions as well as from InChI itself.

Installation

The isoenum package runs under Python 2.7 and Python 3.4+. Use pip to install.

Install on Linux, Mac OS X

python3 -m pip install isoenum

Install on Windows

py -3 -m pip install isoenum

Dependencies

The isoenum Python package requires non-pip-installable dependency: Open Babel chemistry library version 2.3.90 or later which relies on InChI library version 1.0.4 or later to perform InChI conversions.

Refer to the official documentation to install Open Babel on your system:

Docker

In addition to PyPI package, Dockerfile and automatically build DockerHub container which contains isoenum Python package and all its dependencies are also provided.

To use isoenum Python package, you will need to setup docker for your system and pull or build docker container.

Install docker

Install docker:

Setup container

Setup isoenum container:

# docker pull moseleybioinformaticslab/isoenum
# docker tag moseleybioinformaticslab/isoenum:latest isoenum:latest  # retag docker image
# docker rmi moseleybioinformaticslab/isoenum  # remove after you have retagged it
  • or build an image using Dockerfile at the root of this repo by running docker build from directory containing Dockerfile:

# docker build -t isoenum .

License

This package is distributed under the BSD license.

Project details


Download files

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

Source Distribution

isoenum-0.1.4.tar.gz (166.0 kB view hashes)

Uploaded Source

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