MolecularAI / aizynthfinder

A tool for retrosynthetic planning
https://molecularai.github.io/aizynthfinder/
MIT License
571 stars 130 forks source link

Viewing Reaction Tree #67

Closed cplateVT closed 2 years ago

cplateVT commented 2 years ago

In the documentation under [Command Line Interface --> Analyzing Output], code is provided to generate images for reaction trees. Importing ReactionTree errors with the code written in the documentation:

from aizynthfinder.analysis import ReactionTree

I think this was a typo and should say:

from aizynthfinder.reactiontree import ReactionTree

Replacing this line I was able to successfully generate reaction pathway images. Very useful software though! Thanks!

SGenheden commented 2 years ago

Thanks for pointing this out. You are absolutely correct, this was missed in a re-factoring drive.

SGenheden commented 2 years ago

Fixed on master and will be included in release 3.4.0