A plugin for PathMe that allows to explore overlaps across pathway databases.
Project description
This plugin initializes the pathway viewer in ComPath that allows to explore overlaps between pathways using the canonical mappings.
Installation
pathme_viewer can be installed with the following commands:
$ python3 -m pip install git+https://github.com/ComPath/PathMe-Viewer.git@master
or in editable mode with:
$ git clone https://github.com/ComPath/PathMe-Viewer.git
$ cd PathMe-Viewer
$ python3 -m pip install -e .
Database
The web application requires to load the pathways from the databases in the BEL. Thus, it is required to the following command to load the database (note that the first time it runs might take a couple of hours).
python3 -m pathme_viewer manage load
In order to check the status of the database, you can run:
python3 -m pathme_viewer manage summarize
The content of the database can be erased by running:
python3 -m pathme_viewer manage drop
Deployment
Once the desired pathway databases are loaded, you can deploy the web application by running:
python3 -m pip install pathme_viewer web
Note that the database runs by default in the following port: http://0.0.0.0:5000/. The Flask host and port can be modified by changing the default parameters (run: “python3 -m pathme_viewer web –help” for more info).
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
File details
Details for the file pathme_viewer-0.0.1.tar.gz
.
File metadata
- Download URL: pathme_viewer-0.0.1.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 573da14459e619d53f3221209a86f347701bd57e62cd40d5af4be5b27724c921 |
|
MD5 | 4ef267343945325a14d76a9dabecb0d2 |
|
BLAKE2b-256 | 23789b8b2000199e18a01f910441dd62d7d74814f26df66c916625110462ebf8 |