epam / Indigo

Universal cheminformatics toolkit, utilities and database search tools
http://lifescience.opensource.epam.com
Apache License 2.0
292 stars 100 forks source link

rendering ketcher json format in Indigo python #1856

Open registerme1963 opened 3 months ago

registerme1963 commented 3 months ago

I am developing Moodle based cheminformatics plugins for classroom and examination purposes. Ketcher based structure editor is already integrated into Moodle html editor. I can export as image and render it but I want to export the molecule in ketcher json format and convert this to image on the fly using a moodle text filter plugin for my cheminformatics development. Can Indigo python library read and render ketcher json format? If yes how to do that? If not any alternative. Ketcher format is good to represent reactions with text above and below the reaction arrows.

Regards and Thanks