BuildInstructionState¶
Bindings for protocols::forge::build::BuildInstructionState namespace
-
class
pyrosetta.rosetta.protocols.forge.build.BuildInstructionState.
Enum
¶ Bases:
pybind11_builtins.pybind11_object
describes the state of the BuildInstruction
- There are currently three possible BuildInstruction states.
- READY indicates the BuildInstruction has been reset and is ready to modify a Pose. WAITING_ON_DEPENDENCIES indicates the BuildInstruction is waiting for its dependencies to be satisfied before allowing modifications to proceed. MODIFY_WAS_SUCCESSFUL indicates the BuildInstruction has finished modifications to the Pose, and its residue indexing is now consistent with the newly modified Pose.
Members:
READY
MODIFY_WAS_SUCCESSFUL
WAITING_ON_DEPENDENCIES