You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var indigoObject = indigo.loadQueryMolecule(smiles);
var target = new IndigoRecordMolecule.IndigoRecordBuilder()
.withIndigoObject(indigoObject).build();
Expected behavior
We're expecting, that target will be loaded and used by SubstructureSearch
Actual behavior
com.epam.indigo.IndigoException: core: <query molecule> is not a molecule
at com.epam.indigo.Indigo.checkResult(Indigo.java:103) ~[indigo-1.7.0.jar:na]
at com.epam.indigo.IndigoObject.serialize(IndigoObject.java:1427) ~[indigo-1.7.0.jar:na]
at com.epam.indigo.model.IndigoRecord$IndigoRecordBuilder.withIndigoObject(IndigoRecord.java:92) ~[bingo-elastic-1.7.0.jar:na]
It definitely could be used in substructure search, though it’s reproduced. I’m wondering if it has something to do with the way you create molecule @mkviatkovskii do you have an idea?
Steps to Reproduce
Expected behavior
We're expecting, that target will be loaded and used by SubstructureSearch
Actual behavior
Indigo/Bingo version
The text was updated successfully, but these errors were encountered: