Base Concepts§
Molecule Working Set§
Your molecule working set (MWS) is an in-memory list of small molecules that is the subject of your calculations and manipulations.
The MWS makes it easy to gather candidate molecules from various sources, either by adding them individually, by loading them in batch from a dataframe, CSV or SDF file, or by bookmarking molecules in the GUI. You can then calculate certain properties, perform triage and then store the results in your workspace as a molecule set, ready for further processing within OpenAD or elsewhere.
Please note that at this time the MWS does not support macromolecules, only small molecules.
To see how to work with your molecule working set:
Workspaces§
Your workspace represents an isolated environment where your molecules, molecule sets and other files related to your research are stored.
Each workspace has its own command history and corresponds with a directory stored in ~/openad/workspaces, allowing you to work on multiple isolated projects at once. OpenAD comes loaded with a default workspace called 'default', and you can create as many additional workspaces as needed.
To see how to work with workspaces:
Plugins§
Plugins provide drastically simplified access to a series of advanced tools, and make it easy for your own Python applications to interface with OpenAD.
See available plugins.
Runs§
A run is a prerecorded chain of commands that can be reused to automate certain workflows and avoid unnecessary repetition.
To see how to work with runs: