aizynthfinder.interfaces.gui package

Submodules

aizynthfinder.interfaces.gui.clustering module

Module containing a GUI extension for clustering

class aizynthfinder.interfaces.gui.clustering.ClusteringGui(routes, content='both')

Bases: object

GUI extension to cluster routes

Parameters
  • routes (RouteCollection) – the routes to cluster

  • content (str) – what to cluster on

classmethod from_app(app, content='both')

Helper function to create a GUI from a GUI app interface

Parameters
  • app (AiZynthApp) – the app to extract the routes from

  • content (str) – what to cluster on

Returns

the GUI object

Module contents

Package for GUI extensions