Back to Mover page.

StoreTask

(This is a devel Mover and not available in released versions.)

Creates a packer task by applying the user-specified task operations to the current pose and saves the packer task in the pose's cacheable data, allowing the task to be accessed, unchanged, at a later point in the RosettaScripts protocol. Must be used in conjunction with the RetrieveStoredTask task operation.

<StoreTaskMover name="(&string)" task_name="(&string)" task_operations="(comma-delimited list of task operations)" overwrite="(0 &bool)" />
  • task_name - The index where the task will be stored in the pose's cacheable data. Must be identical to the task_name used to retrieve the task using the RetrieveStoredTask task operation.
  • task_operations - A comma-delimited list of task operations used to create the packer task.
  • overwrite - If set to true, will overwrite an existing task with the same task_name if one exists.

See Also