Skip to content

Graph ideas #2

@kaitj

Description

@kaitj

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:

  1. 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?
  2. Inclusion of tool names (e.g. mrtrix, afni, etc.)

I'll try to add to this as I think of more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions