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

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.

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

wdl_dependencies_viz

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