Visualize WDL workflows using miniwdl and Graphviz
pip3 install wdlviz
wdlviz https://github.com/broadinstitute/warp/raw/develop/pipelines/skylab/smartseq2_single_sample/SmartSeq2SingleSample.wdl
See wdlviz --help
for customization options. For example, add --input --output
to include all the input & output declarations (often unwieldy, so omitted by default).