An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# cwl-graph-generate

Generates https://view.commonwl.org/ like images, showing a complete workflow in one image.

![complete workflo](https://user-images.githubusercontent.com/6304200/42953526-8f27d446-8b72-11e8-902d-b263bf881846.png)

## 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.