BuildInstructionState¶
Bindings for protocols::forge::build::BuildInstructionState namespace
- class pyrosetta.rosetta.protocols.forge.build.BuildInstructionState.Enum¶
Bases:
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
- MODIFY_WAS_SUCCESSFUL = <Enum.MODIFY_WAS_SUCCESSFUL: 1>¶
- READY = <Enum.READY: 0>¶
- WAITING_ON_DEPENDENCIES = <Enum.WAITING_ON_DEPENDENCIES: 2>¶
- property name¶
- property value¶