https://github.com/w-gao/wdl-viewer
A web-based visualization tool to view (inter and inner) dependencies of WDL workflows.
https://github.com/w-gao/wdl-viewer
bioinformatics wdl wdl-devtools workflow workflow-description-language
Last synced: 5 months ago
JSON representation
A web-based visualization tool to view (inter and inner) dependencies of WDL workflows.
- Host: GitHub
- URL: https://github.com/w-gao/wdl-viewer
- Owner: w-gao
- License: mit
- Created: 2022-05-01T01:48:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T00:12:32.000Z (over 3 years ago)
- Last Synced: 2025-10-28T18:53:49.449Z (7 months ago)
- Topics: bioinformatics, wdl, wdl-devtools, workflow, workflow-description-language
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wdl-viewer
A web-based visualization tool to view (inter and inner) dependencies of WDL workflows.
## Screenshots
#### Visualize WDL import dependencies
Example generated from [AnnoRdPeSr.wdl](https://raw.githubusercontent.com/broadinstitute/gatk-sv/master/wdl/AnnoRdPeSr.wdl).

## Available commands
#### `yarn dev`
Run the dev server on http://localhost:3000. Changes to the source code will
automatically be reloaded in the browser.
#### `yarn dev:server`
Run the dev REST API server on http://localhost:5000.
## License
Copyright (C) 2022 William Gao, under the MIT license.