Skip to content

stjordanis/surechembl-docker-data-client

 
 

Repository files navigation

Docker Surechembl Data Client [ALPHA ]

Dockerized example for Surechembl Data Client App.

Note: This is a work in progress not intended for production environments. This will be eventually include in the surechembl-data-client repository.

Getting Started

On the docker-compose.yml change the property "volume" under the service "surechembl" to match the location of your surechembl-data-client application, then run:

docker-compose up

Once the instances are up and running connect to the surechembl machine using:

docker exec -it surechembl bash

And then follow the procedure on Surechembl Data Client as you would normally do, e.g.,

# Replace <ftp-username> and <ftp-password> with the ones provided by ChEMBL
./opt/suredataclient/src/update.py <ftp-username> <ftp-password> sc_client surechembl --date 20180810

Prerequisites

You must have Docker installed on your machine and having cloned Surechembl Data Client App.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Dockerized example for Surechembl Data Client App.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 41.7%
  • Python 34.7%
  • Shell 23.6%