schrodinger.protein.tasks.binding_site_align module

class schrodinger.protein.tasks.binding_site_align.Result(other_name, rmsd)

Bases: tuple

other_name

Alias for field number 0

rmsd

Alias for field number 1

class schrodinger.protein.tasks.binding_site_align.BindingSiteAlignmentTask(*args, _param_type=<object object>, **kwargs)

Bases: schrodinger.tasks.jobtasks.CmdJobTask

Manages binding site alignment job for input structures.

class Input(*args, _param_type=<object object>, **kwargs)

Bases: schrodinger.models.parameters.CompoundParam

sts: List[schrodinger.structure._structure.Structure]

A parameter of the class.

binding_site_cutoff: float

A parameter of the class.

mapping_dist: float

A parameter of the class.

previously_aligned: bool

A parameter of the class.

align_sel_res_only: bool

A parameter of the class.

res_list: List[schrodinger.protein.residue.Residue]

A parameter of the class.

align_sel_res_onlyChanged

A pyqtSignal emitted by instances of the class.

align_sel_res_onlyReplaced

A pyqtSignal emitted by instances of the class.

binding_site_cutoffChanged

A pyqtSignal emitted by instances of the class.

binding_site_cutoffReplaced

A pyqtSignal emitted by instances of the class.

mapping_distChanged

A pyqtSignal emitted by instances of the class.

mapping_distReplaced

A pyqtSignal emitted by instances of the class.

previously_alignedChanged

A pyqtSignal emitted by instances of the class.

previously_alignedReplaced

A pyqtSignal emitted by instances of the class.

res_listChanged

A pyqtSignal emitted by instances of the class.

res_listReplaced

A pyqtSignal emitted by instances of the class.

stsChanged

A pyqtSignal emitted by instances of the class.

stsReplaced

A pyqtSignal emitted by instances of the class.

class Output(*args, _param_type=<object object>, **kwargs)

Bases: schrodinger.tasks.jobtasks._CmdJobTaskOutput

sts: List[schrodinger.structure._structure.Structure]

A parameter of the class.

rmsd_rows: List[schrodinger.protein.tasks.binding_site_align.Result]

A parameter of the class.

incorporation_fileChanged

A pyqtSignal emitted by instances of the class.

incorporation_fileReplaced

A pyqtSignal emitted by instances of the class.

log_fileChanged

A pyqtSignal emitted by instances of the class.

log_fileReplaced

A pyqtSignal emitted by instances of the class.

output_filesChanged

A pyqtSignal emitted by instances of the class.

output_filesReplaced

A pyqtSignal emitted by instances of the class.

rmsd_rowsChanged

A pyqtSignal emitted by instances of the class.

rmsd_rowsReplaced

A pyqtSignal emitted by instances of the class.

stsChanged

A pyqtSignal emitted by instances of the class.

stsReplaced

A pyqtSignal emitted by instances of the class.

DEFAULT_TASKDIR_SETTING = 2
writeInputFiles()
makeCmd()

Returns command list based on input params :return: Command for align_binding_sites backend :rtype: list(str)

readOutputFiles()
calling_contextChanged

A pyqtSignal emitted by instances of the class.

calling_contextReplaced

A pyqtSignal emitted by instances of the class.

failure_infoChanged

A pyqtSignal emitted by instances of the class.

failure_infoReplaced

A pyqtSignal emitted by instances of the class.

input: parameters.CompoundParam

A parameter of the class.

inputChanged

A pyqtSignal emitted by instances of the class.

inputReplaced

A pyqtSignal emitted by instances of the class.

job_configChanged

A pyqtSignal emitted by instances of the class.

job_configReplaced

A pyqtSignal emitted by instances of the class.

max_progressChanged

A pyqtSignal emitted by instances of the class.

max_progressReplaced

A pyqtSignal emitted by instances of the class.

nameChanged

A pyqtSignal emitted by instances of the class.

nameReplaced

A pyqtSignal emitted by instances of the class.

output: parameters.CompoundParam

A parameter of the class.

outputChanged

A pyqtSignal emitted by instances of the class.

outputReplaced

A pyqtSignal emitted by instances of the class.

progressChanged

A pyqtSignal emitted by instances of the class.

progressReplaced

A pyqtSignal emitted by instances of the class.

progress_stringChanged

A pyqtSignal emitted by instances of the class.

progress_stringReplaced

A pyqtSignal emitted by instances of the class.

statusChanged

A pyqtSignal emitted by instances of the class.

statusReplaced

A pyqtSignal emitted by instances of the class.