https://github.com/wtsi-hgi/cwl-graph-generate
Generates https://view.commonwl.org/ like workflows images, showing a complete workflow.
https://github.com/wtsi-hgi/cwl-graph-generate
cwl graph image-generation
Last synced: about 1 year ago
JSON representation
Generates https://view.commonwl.org/ like workflows images, showing a complete workflow.
- Host: GitHub
- URL: https://github.com/wtsi-hgi/cwl-graph-generate
- Owner: wtsi-hgi
- License: other
- Created: 2018-07-19T15:46:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T19:42:17.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T05:17:03.151Z (about 1 year ago)
- Topics: cwl, graph, image-generation
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cwl-graph-generate
Generates https://view.commonwl.org/ like images, showing a complete workflow in one image.

## Example
```bash
$ git clone https://github.com/wtsi-hgi/arvados-pipelines
$ cwl-graph-generate arvados-pipelines/cwl/workflows/gatk-4.0.0.0-haplotypecaller-genotypegvcfs-libraries.cwl > graph
$ dot -Tpng graph > output.png
```
## Limitations
This project was created with the sole purpose of creating the graph above, so the code is not written from a standpoint of maintainability or stability.