epam / pipeline-builder

Pipeline Builder is a JavaScript library for visualizing and constructing bioinformatics workflows, using Workflow Description Language (WDL)
http://pb.opensource.epam.com
MIT License
55 stars 12 forks source link

Workflow level inputs #10

Open jsotobroad opened 7 years ago

jsotobroad commented 7 years ago

It would be nice if workflow level inputs were also displayed or maybe you could toggle them off/on or specify what you wanted to track. For instance we may want to know that the correct interval list is going to the correct tasks if we're using multiple of them and it would be awesome if we could visually see that.

sidoruka commented 7 years ago

@jsotobroad , we've implemented this feature. It's worth to check WGS workflow as it contains lots of I/O ports and links.

jsotobroad commented 7 years ago

This is super super awesome @vdauwera !!