Skip to content

iSnow/chembl_beaker-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Chembl-beaker Docker

RDKit and OSRA in the Bottle on Tornado as a Docker Image

Dockerized version of the Chembl chembl-beaker webserver that exposes functions for transformation of molecular information into other formats as a REST service

What is Beaker?

This Docker container builds the chembl_beaker package developed at ChEMBL group, EMBL-EBI, Cambridge, UK.

Beaker is a wrapper for RDKit and OSRA, which exposes following methods:

As a portable, lightweight, CORS-ready, REST-speaking, SPORE-documented webserver. This particular Dockerfile allows you to deploy Beaker without compiling and installing sources or using the Chembl virtual machine image. It wraps RDKit in Bottle on Tornado.

Installation

Make sure your machine supports Docker, then (assuming Linux) type docker pull jjander/chembl_beaker to pull the Dockerfile from Docker-Hub and build it on your machine. Or git clone https://github.com/iSnow/chembl_beaker-docker.git && docker build -t chembl/beaker:1.1.14 . to pull the latest version from Github and build it on your machine.

Running Beaker

(assuming Linux) type docker run -p 7655:8080 chembl/beaker:1.1.14 to start the image. Point your browser to http://:8080/docs (e.g. http://localhost:8080/docs) to start using Beaker.

Additional information

About

RDKit and OSRA in the Bottle on Tornado as a Docker Image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published