'retropath2.0 to pathways'
Project description
RP2paths -- RetroPath2.0 to pathways
RP2paths extracts the set of pathways that lies in a metabolic space file outputed by the RetroPath2.0 workflow. RetroPath2.0 is freely accessible on myExperiment.org at: https://www.myexperiment.org/workflows/4987.html.
Installation
Prerequisites
rp2paths relies on several packages (rdkit, cairo) and binaries (java, graphviz) that can't be installed directly with pip. Please install them before pursuing the rp2paths set up:
# from a new <myenv> conda environment
conda create --name <myenv> python=3
conda install --yes --channel rdkit rdkit cairo
conda install --yes --channel cyclus java-jre
conda install --yes --channel conda-forge graphviz
From pip
# installation in an already existing <myenv> environment (see prerequisites)
conda activate <myenv>
python -m pip install rp2paths
From conda
# installation in an already existing <myenv> environment (see prerequisites)
conda activate <myenv>
conda install -c brsynth rp2paths
Usage
From CLI
Once a scope has been produced by RetroPath2.0, a typical command line for extracting the pathways from the results is
python -m rp2paths all <retropath2_scope> [--outdir <outdir>]
where:
all
specify that all the tasks needed for retrieving pathways will be executed at once.<retropath2_scope>
is the metabolic space outputted by the RetroPath2.0 workflow.--outdir <outdir>
specify the directory in which all files will be outputted.
In the <outdir>
folder, the complete set of pathways enumerated will be written in the out_paths.csv
file. In addition, for each pathway there will be a .dot file (.dot representation of the graph) and a .svg file (.svg depiction of the pathway).
Available options
Additional options are described in the embedded help:
# List of possible modes
python -m rp2paths -h
# List of options for the all-in-one mode
python -m rp2paths all -h
Examples
Precomputed results (outputted by RetroPath2.0) are provided in the examples
folder for few compounds (carotene, naringenin, pinocembrin, violacein).
Below are the command lines for generating pathways that lie in naringenin
result file:
source activate <myenv>
python -m rp2paths all examples/naringenin/rp2-results.csv --outdir examples/naringenin/outdir
For developers
Development installation
After a git clone:
cd <repository>
conda create --name <dev_env> python=3
conda install --name <dev_env> --yes --channel rdkit rdkit cairo
conda install --name <dev_env> --yes --channel cyclus java-jre
conda install --name <dev_env> --yes --channel conda-forge graphviz flake8
conda install --name <dev_env> --yes pytest
conda develop --name <dev_env> .
Tests
Using Docker containers with:
cd tests
./test-in-docker.sh [file_to_test]
Without using Docker containers:
cd tests
conda activate <dev_env>
pytest [file_to_test]
How to cite RP2paths?
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
Licence
RP2paths is released under the MIT licence. See the LICENCE.txt file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rp2paths-1.5.1.tar.gz
.
File metadata
- Download URL: rp2paths-1.5.1.tar.gz
- Upload date:
- Size: 31.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 124336d1ce87cc0885658609f45c69e0cc08c157cc7ff45caa0ba2416f684762 |
|
MD5 | 3a7010b58ecd7498fb084ce591787b37 |
|
BLAKE2b-256 | d9671433229e38d640e2d5bf61666ee5879b2ed0561548d9e365aa9a31e109ca |
File details
Details for the file rp2paths-1.5.1-py3-none-any.whl
.
File metadata
- Download URL: rp2paths-1.5.1-py3-none-any.whl
- Upload date:
- Size: 29.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bcc294eb4ca0e06302f2b3f2d96536d6930c55e123a2552e2afb8fdf8ba295f |
|
MD5 | 1c9d73c50b93d63e9dd44215b10056fc |
|
BLAKE2b-256 | c04fcdbe49033bc6feef989db625a9c617f6f17c30fdb1bb25846b5e52c7f77f |