BioLockJ-Dev-Team / sheepdog_testing_suite

Test suite for BioLockJ development team.
3 stars 8 forks source link

Create a data flow description #315

Open IvoryC opened 3 years ago

IvoryC commented 3 years ago

Some utility needs to create a data flow description. It needs to be in a format that is human-readable and machine-readable; probably json. The utility needs to loop over each module in the pipeline, and create a node that gives the input sources.

It may also add info about outputs to the node. It may also add info to upstream nodes, about which outputs are used by downstream nodes.

machine readable so that some later utility can represent this visually. Needs to be human readable because we don't have that visual yet.

This description should be saved as text in its own file or added to the summary file.