Skip to content

Using the custom RDKit version but still KeyError: 'molAtomMapNumber' #7

@GhostSteven

Description

@GhostSteven

Great Work! I'm trying to run the already-trained model lowe_interactive_predict.py. I've already installed and used the custom version of RDKit but I still get this Error:

Traceback (most recent call last):
  File "lowe_interactive_predict.py", line 255, in <module>
    candidate_list = reactants_to_candidate_edits(reactants)
  File "lowe_interactive_predict.py", line 64, in reactants_to_candidate_edits
    raise(e)
KeyError: 'molAtomMapNumber'

I can't figure it out for a long time. What should I do to solve it or find where is wrong?

BTW, I use the Mongodb for the first time and I imported the data from your dump with inputting in the console like that:

mongo restore -d prediction <./../dump/prediction>

is that right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions