Skip to content

cheminfo/maygen-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maygen-docker

Webservice allowing to convert between molecule formats using maygen

Installation

This project uses docker. After cloning the project you should do:

cp docker-compose.example.yml docker-compose.yml

You can either use a released docker image or build the head. Please change docker-compose.yml accordingly.

docker-compose up --build -d

This will start a webserver on port 30822

For the browser you can test for example:

http://localhost:30822/

Local developmwent

For local development you may have to edit the docker/.env in order to set the location of BABEL.

cd docker
docker build . -t maygen
docker run -it maygen bash

License

MIT

maygen is subject to its own license.