https://github.com/dilawar/drawsbml
Draw Signalling Pathway (SBML format)
https://github.com/dilawar/drawsbml
drawing graphviz sbml signalling
Last synced: 11 months ago
JSON representation
Draw Signalling Pathway (SBML format)
- Host: GitHub
- URL: https://github.com/dilawar/drawsbml
- Owner: dilawar
- License: gpl-3.0
- Created: 2017-12-08T12:10:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T05:19:33.000Z (over 4 years ago)
- Last Synced: 2025-01-04T14:14:24.922Z (about 1 year ago)
- Topics: drawing, graphviz, sbml, signalling
- Language: Python
- Homepage:
- Size: 1.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/py/drawsbml)
[](https://github.com/dilawar/drawsbml/actions/workflows/python-app.yml)
# drawsbml
Draw Signalling Pathway in SBML.
# Install
```sh
python3 -m pip install drawsbml
```
You may have to install `graphviz` manually.
- graphviz
`sudo apt install graphviz`
# Usage
```sh
drawsbml -i ./BIOMD0000000002.xml -o a.pdf
```
## help
```sh
drawsbml -h
```
## Examples
Following is the drawing of [this mode](https://www.ebi.ac.uk/biomodels-main/BIOMD0000000100)

Following is the drawing of [this model](https://www.ebi.ac.uk/biomodels-main/BIOMD0000000200)

# Need help
This is a very basic script for quickly plotting a moderate size SBML model.
In case, you need help of want enhancement, please open an issue on this repository. Attach your SBML model file.