Skip to content

Deep Origin Python client

  • Use Deep Origin Tools
    Run Docking, molprops, FEP and other molecular modeling tools
  • Free and open-source
    Install onto your computer to use your data, variables, secrets, and other resources outside Deep Origin.
  • Easy to install
    Just run pip install deeporigin.
  • Pure Python
    Lightweight, written in pure Python. Works on any system that can run Python.

Example

The Deep Origin CLI and Python client allow you to programmatically interact with the Deep Origin OS .

For example:

from deeporigin.drug_discovery import Ligand

ligand = Ligand.from_identifier("serotonin")

ligand.show()