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.
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.