MolecularAI / aizynthfinder

A tool for retrosynthetic planning
https://molecularai.github.io/aizynthfinder/
MIT License
562 stars 128 forks source link

parsing the json output #140

Closed mmagithub closed 7 months ago

mmagithub commented 9 months ago

Hello,

Great project. I am asking if we have a tool/API to parse the generated JSON file to mimic what the jupyter notebook will generate, but entirely through the command line?. Such as putting the outputs in a tabular format (csv) or depicting the top level 7 best scoring routes, etc.

Thanks, M

SGenheden commented 9 months ago

Not a general tool no. There are some code snippets in the documentation: https://molecularai.github.io/aizynthfinder/cli.html

But getting the data in the format you want very much on how you want it to look like. In general it should be fixable with a few lines of code.

SGenheden commented 7 months ago

Closing due to inactivity