mmtbx.ligands package

Submodules

mmtbx.ligands.xtal_screens module

class mmtbx.ligands.xtal_screens.server

Bases: object

get_condition(screen_name, condition_id)

Gets the crystallization conditions used within a particular well.

Parameters:
  • screen_name (str) – The name of the crystal screen used. (i.e. Crystal Screen HT)

  • condition_id (int) – The condition number within that screen. (i.e. D2 or 38)

Returns:

The information associated with that screen.

Return type:

mmtbx.ligands.xtal_screens.solution

class mmtbx.ligands.xtal_screens.solution(**kwds)

Bases: slots_getstate_setstate

Container for information about a specific crystallization condition (as defined in crystallization_screens.cif).

condition_
condition_name()
condition_number_
ligands()
ligands_
pH()
pH_
screen_name_
screen_number_
tube_number_
well_number_

Module contents