cwlviewer icon indicating copy to clipboard operation
cwlviewer copied to clipboard

layout: stack workflow outputs from same step w/ no other source

Open mr-c opened this issue 8 years ago • 2 comments

Would save a lot of horizontal space

Example where needed: https://view.commonwl.org/workflows/github.com/ProteinsWebTeam/ebi-metagenomics-cwl/tree/823cdf7a6601a3799f6167f3566ae02590748f6b/workflows/emg-pipeline-v3.cwl

mr-c avatar Jun 01 '17 14:06 mr-c

This seems like a great solution for the problem of clustering outputs, I will experiment with this and see what I can sort out.

I assume by stacking you mean all of the labels listed vertically on the node? ie:

----------
| input1 |
| input2 |
| input3 |
----------

Also: It would be possible to even collapse those with identical sets of outputs if they are always paired in a set from various steps.

MarkRobbo avatar Jun 13 '17 09:06 MarkRobbo

@MarkRobbo Yep!

mr-c avatar Jun 13 '17 13:06 mr-c