Ligand
Implementation of ligand class.
Ligand(*args, **kwargs)
¶
Bases: Structure
Class for ligands to be docked to proteins.
ligand_text
¶
Return the ligand text.
load(file_path=None, write=False, write_path=None, pdb_id=None)
¶
Load structural information for a ligand.
| PARAMETER | DESCRIPTION |
|---|---|
file_path
|
Path to ligand file.
|
write
|
if true write the ligand to disk. Default is False.
|
write_path
|
Path to write ligand to disk.
|
pdb_id
|
PDB ID of ligand to download.
|
Returns: None