We built an open-source structure-to-name tool and need people to test it

We built an open-source structure-to-name tool and need people to test it

https://preview.redd.it/qsujjs3x85eh1.png?width=1830&format=png&auto=webp&s=6b5526c9450ceeef6932cf82dfc70281827780b4

Hi everyone,

We at Lamalab been working on OpenClatura, an open-source tool for generating systematic chemical names from SMILES.

The original motivation was to build something along the lines of ChemDraw’s structure-to-name feature, but open source and easier to inspect, modify, and test.

It is still early, and right now we are mainly looking for edge cases/setup problem and integration ideas. If you work with molecular structures, it would be very helpful if you could try it on one or two compounds and let us know where it fails, produces a strange name, or does not install correctly.

Installation

pip install openclatura 

Command-line example

openclatura name "CC(=O)Nc1ccccc1" 

Python example

from openclatura import name result = name("CC(=O)Nc1ccccc1") print(result.name) 

GitHub:

https://github.com/lamalab-org/openclatura

Issues can be reported here:

https://github.com/lamalab-org/openclatura/issues

Blunt feedback is very welcome.

P.S Got aprovment from the mods, was told to mention that: )

submitted by /u/TilOilen
[comments]

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *