epam / Indigo

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

Bingo NoSQL searchSim partial search #200

Open yuriykhomyakov opened 3 years ago

yuriykhomyakov commented 3 years ago

Hello, I use bingo NoSQL with Python API.

I can't find this in documentation, but i tried and looks like it works: matcher = bingo_db.searchSim(mol, 0.9, 1, 'part:1/10;tanimoto')

Can i use this?

mkviatkovskii commented 3 years ago

Dear @yuriykhomyakov, Sorry for the long response. Yes, it's correct code and you can use it.

However, I see that we don't have this option properly documented, thanks for pointing this out to us, we should definitely fix this gap.