Skip to main content

No project description provided

Project description

CIMtools

ChemoInformatics Modeling tools distributive. Include ISIDA Fragmentor python wrapper and RDtool atom-to-atom mapper python wrapper.

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 <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 <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 CIMtools
  • Install CGRtools library DEV version for features that are not well tested. Git lfs installation required <https://git-lfs.github.com/>:

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

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

SETUP

For ChemAxon standardizer used pyjnius. First of all install JDK (not JRE) OpenJDK or Oracle. Some times it can’t to find java installation properly. Just set environment variables:

JAVA_HOME = '/path/to/dir/which/contain/bin/dir'. for example /usr/lib/jvm/java-11-openjdk-amd64
JVM_PATH = '/path/to/lib/server/libjvm.so'. For example '/usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so'

PACKAGING

For wheel generation just type next command in source root:

python setup.py bdist_wheel

On Linux additionally do repairing of package:

pip install auditwheel
auditwheel repair dist/CIMtools-<version>-<python_version>-linux_x86_64.whl

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 Distribution

CIMtools-4.0.8.tar.gz (31.1 MB view details)

Uploaded Source

File details

Details for the file CIMtools-4.0.8.tar.gz.

File metadata

  • Download URL: CIMtools-4.0.8.tar.gz
  • Upload date:
  • Size: 31.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2

File hashes

Hashes for CIMtools-4.0.8.tar.gz
Algorithm Hash digest
SHA256 ec1d5b22295a31d0ad9fb08df89f4d641f3143315369a930c2e670c57eea5e9b
MD5 10d9a805bb1bce4d32d7532b8e05bcda
BLAKE2b-256 d2b037d19096e1c7c5c4e57835bfb6affb947a204538059a6f0fece08ef29eb7

See more details on using hashes here.

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