chopralab / cipher_db

Repository for RESTful API, GUI, and Mongo DB triggers for the cipher database
2 stars 0 forks source link

refactor tree construction #11

Open davidegraff opened 2 years ago

davidegraff commented 2 years ago

the current tree construction routine uses the "treedata" JSON format from askcos, but this is incompatible with displaying the trees visually in the askcos web client. To fix this, we need to use the "nodelink" JSON format, but this require an overhaul of docs.py, builder.py, and viz.py