| |
- catalytic_res(...) method of builtins.PyCapsule instance
- catalytic_res(pose : rosetta.core.pose.Pose) -> rosetta.utility.vector1_unsigned_long
- create_remark_headers_from_cstcache(...) method of builtins.PyCapsule instance
- create_remark_headers_from_cstcache(pose : rosetta.core.pose.Pose) -> NoneType
function to write proper remark headers
from whatever is found in the pose cstcache
- disable_constraint_scoreterms(...) method of builtins.PyCapsule instance
- disable_constraint_scoreterms(scorefxn : rosetta.core.scoring.ScoreFunction) -> NoneType
- enable_constraint_scoreterms(...) method of builtins.PyCapsule instance
- enable_constraint_scoreterms(scorefxn : rosetta.core.scoring.ScoreFunction) -> NoneType
- get_enzcst_io(...) method of builtins.PyCapsule instance
- get_enzcst_io(pose : rosetta.core.pose.Pose) -> rosetta.protocols.toolbox.match_enzdes_util.EnzConstraintIO
convenience function to get enzdes cst io out of
cst cache. note: may return empty pointer in case
cst cache wasn't set yet
- get_pdb_code_from_pose_tag(...) method of builtins.PyCapsule instance
- get_pdb_code_from_pose_tag(pose : rosetta.core.pose.Pose) -> str
- get_resnum_from_cstid(...) method of builtins.PyCapsule instance
- get_resnum_from_cstid(cstid : str, pose : rosetta.core.pose.Pose) -> int
- get_resnum_from_cstid_list(...) method of builtins.PyCapsule instance
- get_resnum_from_cstid_list(cstidlist : str, pose : rosetta.core.pose.Pose, resnums : rosetta.utility.vector1_unsigned_long) -> NoneType
- is_catalytic_seqpos(...) method of builtins.PyCapsule instance
- is_catalytic_seqpos(pose : rosetta.core.pose.Pose, seqpos : int) -> bool
queries whether a certain position is considered catalytic,
i.e. if the residue is constrained according to the enzdes constraint
file
- is_digit(...) method of builtins.PyCapsule instance
- is_digit(cha : str) -> bool
delete and use cctype functions
- is_lowercase_letter(...) method of builtins.PyCapsule instance
- is_lowercase_letter(cha : str) -> bool
delete and use cctype functions
- is_scofx_cstfied(...) method of builtins.PyCapsule instance
- is_scofx_cstfied(scorefxn : rosetta.core.scoring.ScoreFunction) -> bool
- is_uppercase_letter(...) method of builtins.PyCapsule instance
- is_uppercase_letter(cha : str) -> bool
delete and use cctype functions
- make_continuous_true_regions_in_bool_vector(...) method of builtins.PyCapsule instance
- make_continuous_true_regions_in_bool_vector(the_vector : rosetta.utility.vector1_bool, min_number_continuous_trues : int) -> NoneType
- read_pose_from_file(...) method of builtins.PyCapsule instance
- read_pose_from_file(pose : rosetta.core.pose.Pose, filename : str) -> NoneType
- recreate_task(...) method of builtins.PyCapsule instance
- recreate_task(pose : rosetta.core.pose.Pose, orig_task : rosetta.core.pack.task.PackerTask) -> rosetta.core.pack.task.PackerTask
- remove_all_enzdes_constraints(...) method of builtins.PyCapsule instance
- remove_all_enzdes_constraints(pose : rosetta.core.pose.Pose) -> NoneType
- remove_remark_header_for_geomcst(...) method of builtins.PyCapsule instance
- remove_remark_header_for_geomcst(pose : rosetta.core.pose.Pose, geomcst : int) -> NoneType
- scorefxn_update_from_options(...) method of builtins.PyCapsule instance
- scorefxn_update_from_options(scorefxn : rosetta.core.scoring.ScoreFunction) -> NoneType
- sum_constraint_scoreterms(...) method of builtins.PyCapsule instance
- sum_constraint_scoreterms(pose : rosetta.core.pose.Pose, which_res : int) -> float
sums up coordinate, atom_pair, angle, and dihedral constraint
scores for the residue in question. in case which_res is -1, the scores
for the whole pose will be taken
|