epam / Indigo

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

Can't seen to make Bingo NoSQL documentation work #2013

Open AgRi0n opened 1 week ago

AgRi0n commented 1 week ago

Situation I have been trying to use Bingo NoSQL on python to perform search operations on a few molecules. I start with a simple .csv file with a bunch of molecules (smiles) matched with an id.

Package version Python version : Python 3.10.12 epam.indigo version : 1.19.0

Bingo.searchSim() I was following this documentation, and i realised that the searchSim doesn't actually require a query molecule, but a molecule (created with Indigo.loadMolecule()) isntead.