rinikerlab / RDKit_mETKDG

A docker image containing changes applied to the ETKDG conformer generator workflow, with example scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDKit_mETKDG

This Docker image provides a Debian distribution with Python 3 and all other dependencies installed via the Debian package manager. A modified version of RDKit from the master branch (as of April 2019) is compiled from source.

In particular, the modifications are for RDKit's experimental torsion knowledge distance geometry (ETKDG) conformer generator in order to improve sampling of macrocyclic molecules.

Build Image

docker build -t rdkit .

Run Container

To bring up a interactive terminal: docker run -it --rm rdkit:latest

Or invoke the python 3 interpreter via: docker run -it --rm rdkit:latest python

Examples

Example python scripts are available in the examples folder with README.

Maintainer

Shuzhe Wang

Acknowledgement

This docker image is created with https://github.com/mcs07/docker-rdkit as a template.

About

A docker image containing changes applied to the ETKDG conformer generator workflow, with example scripts.

License:MIT License


Languages

Language:C++ 60.8%Language:Python 22.1%Language:Jupyter Notebook 8.2%Language:CMake 4.3%Language:Java 1.9%Language:C 1.4%Language:Yacc 0.3%Language:LLVM 0.2%Language:TSQL 0.2%Language:Makefile 0.1%Language:HTML 0.1%Language:JavaScript 0.1%Language:Shell 0.1%Language:Fortran 0.0%Language:C# 0.0%Language:Smarty 0.0%Language:Lex 0.0%Language:SMT 0.0%Language:Dockerfile 0.0%Language:CSS 0.0%Language:QMake 0.0%