Closed ChrisKeefe closed 2 years ago
A valid solution should:
NetworkX prefers graphviews to approaches that add/remove nodes or edges. subgraph_view
is the right play.
blocked by #25
Closing for now. Can reopen in future if Inner Actions seems like a useful view
QIIME 2's provenance capture supports multiple views of provenance graphs. Under the hood, Pipelines run other Actions, possibly including Pipelines. Provenance is captured for each inner-Action result, and a redundant terminal result (an alias) is also recorded for the pipeline itself, allowing tools like q2view to hide inner Actions. For details, see the dev docs.
We should expose at least two (and probably three) views of provenance: