Back to Mover page.
Autogenerated Tag Syntax Documentation:
This is a special mover that allows making a single compound mover and filter vector (just like protocols). The optional option mode changes the order of operations within the protocol, as defined by the option. If undefined, mode defaults to the historical functionality, which is operation of the Mover/Filter pairs in the defined order.
<ParsedProtocol name="(&string;)" mode="(sequence &mode_types;)"
filter_name="(true_filter &string;)" filter="(true_filter &string;)"
apply_probability="(ℜ)" resume_support="(false &bool;)" >
<Add mover_name="(&string;)" mover="(&string;)" filter_name="(&string;)"
filter="(&string;)" metrics="(&string;)" labels="(&string;)"
apply_probability="(ℜ)" report_at_end="(true &bool;)"
never_rerun_filter="(false &bool;)" />
<Filter Tag ... />
<Mover Tag ... />
</ParsedProtocol>
Subtag Add: The steps to be applied.
"Filter Tag": Any of the RosettaScripts Filters tags
"Mover Tag": Any of the RosettaScripts Mover tags