qiime2 / provenance-lib

QIIME 2 Provenance Replay Tools
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Rewire ProvDAG to use ProvNodes as nodes #17

Closed ChrisKeefe closed 3 years ago

ChrisKeefe commented 3 years ago

Currently, nx is using UUID strings as nodes, with all data stored as node attributes. Refactoring to use ProvNodes as nx.DiGraph nodes might clean up the logic in ProvDAG.init() a bit.

ChrisKeefe commented 3 years ago

duplicate of #5