Docker image containing environment to run retropath2
694
Perform retrosynthesis search of possible metabolic routes between a source molecule and a collection of sink molecules. Docker implementation of the KNIME retropath2.0 workflow. Takes for input the minimal (dmin) and maximal (dmax) diameter for the reaction rules and the maximal path length (maxSteps). The docker mounts a local folder and expects the following files: rules.csv, sink.csv and source.csv. We only support a single source molecule at this time.
Required:
Advanced options:
Compile the docker image if it hasen't already been done:
docker build -t brsynth/retropath2-redis .
To run the service on a localhost as the Galaxy interface, after creating the image run the REST service using the following command:
docker run -p 8888:8888 brsynth/retropath2-redis
To test the docker, untar the test.tar.xz file and run the following command:
python tool_RetroPath2.py -sinkfile test/sink.csv -sourcefile test/source.csv -rulesfile test/rules.tar -rulesfile_format tar -max_steps 3 -scope_csv test_scope.csv
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
v8.0
This project is licensed under the MIT License - see the LICENSE.md file for details
Please cite:
Delépine B, Duigou T, Carbonell P, Faulon JL. RetroPath2.0: A retrosynthesis workflow for metabolic engineers. Metabolic Engineering, 45: 158-170, 2018. DOI: https://doi.org/10.1016/j.ymben.2017.12.002
Content type
Image
Digest
Size
1.3 GB
Last updated
about 6 years ago
docker pull brsynth/retropath2:redis