Feature request: DOT (or similar) graph generation from WDL
See original GitHub issueI’m not sure if this falls under the umbrella of things miniwdl does, but it would be nice if it could generate a graph file (using DOT or some similar format) from an input WDL. This feature was supported by cromwell’s womtool graph
command but it has never worked for WDL 1.0. I’m sure miniwdl has all the data needed to generate such a graph, and someone could use it as a library to do this as well.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
wdlviz — miniwdl documentation - Read the Docs
In this lab, we'll develop a Python program using miniwdl's API to generate a graphviz visualization of a WDL workflow's internal dependency structure....
Read more >Feature request - TAGS - By @mhawksey
Feature request ; What would you like to see in TAGS/TAGSExplorer next? · mhawksey · 1; 8 years, 2 months ago ; Creation...
Read more >khuyentran1401/data-science-template: Template for a data science ...
It seems like your pipeline can't be parsed. If you think this is an error, or have a feature request, please reach out...
Read more >吴侃/wdl - Gitee
You can also create issues which are feature requests, however the most likely ... a graph of a WDL. wdl-aid - generate documentation...
Read more >Issue tracking system and product feature requests
You can use the following issue trackers to search for a Google Cloud product's existing issues or feature requests. If you find an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Consolidated from #322
imho graphviz is just too dated for this.
Consider emitting mermaid-consumable markdown: https://mermaid-js.github.io/mermaid/