-
Notifications
You must be signed in to change notification settings - Fork 1
Graph ideas #2
Copy link
Copy link
Open
Description
This is great - I've included the example that was generated from the workflow I've been working on.
graph TD
dwi2response
dwi2fod
mtnormalise
tckgen
tcksift2
dwi2response --> dwi2fod
dwi2response --> dwi2fod
dwi2fod --> mtnormalise
dwi2fod --> mtnormalise
mtnormalise --> tckgen
tckgen --> tcksift2
mtnormalise --> tcksift2
It shows basic connectivity of interfaces. At a glance, it is unclear why certain interfaces have multiple connections. A few (simpler) ideas to extend the GraphRunner:
- Offering different levels of the graph output:
a. "simple" - just how the interfaces are connected (e.g. 1 connection between each interface).
b. "detailed" - include file names with each connected
c. Something in between? - Inclusion of tool names (e.g. mrtrix, afni, etc.)
I'll try to add to this as I think of more.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels