Joined Example

This example allows to specify multiple yaml files, and to connect the jsons into a single file, as well as creating a common graph representation. This feature uses UIDs to identify shared elements which can be connected.

All data files are present in the example_join subdirectory.

The files example1.yaml and example2.yaml are used as source, and the program looks for ids the inputs and outputs fields to connect as common elements.

cd example_join

python run.py example1.yaml example2.yaml --join -j combined.json -o combined.pdf

ExampleJoined