User 867bf5be52
26-08-2015 14:59:28
Hello everyone,
marvin for JS is an outstanding tool. I'm planing to use it for testing of our students. I'm looking for a way to easily compare their drawing to right answer(both drawn in MarvinJS with webservices). The issue I have is that I can't find a reasonable format to do my matching. Let me tell you about formats:
- Inchi - is canonical, which is key assumption, but in the export to this format I'm missing certain layers. There is a string called 'auxinfo' instead, with stereo and other position information,but this section seems not canonical, ie not suitable for comparison
- Smiles - can be exported as 'cxsmiles' which should be canonical, but the stereo info seems to be gone(verified by export/import)ie not suitable for comparison
- Smarts - seems to export all the stereo chemistry, but it's not canonical,ie not suitable for comparison
- No more flat formats - I simply can't compare mrv or mdl and others
As I said, I need to compare 2 strings if they match (some easy logic can be implemented, but I don't want to implement my own canonization algorithm )
Can anybody point me to any direction how to achieve this, please? any Ideas?
Thank you
Martin