wacl-york / mcm-web

Code for the MCM web application
1 stars 2 forks source link

Advanced search features #180

Open stulacy opened 12 months ago

stulacy commented 12 months ago

It would be useful to be able to search by:

stulacy commented 8 months ago

Smiles substring matching and molecular formula searches could be handled by using rdkit, although this unfortunately only has Python, Java, and C# bindings. In theory, Ruby bindings could be built by using SWIG, in a similar way to the Java ones. I don't know how easy this would be to do.

RolfSander commented 8 months ago

You can also use the PubChem sketcher to get the SMILES from a drawing: https://pubchem.ncbi.nlm.nih.gov//edit3/index.html

(For reaxys, you have to pay)