Multistage Rosetta Scripts

Description

Traditional Rosetta Scripts does not have a built-in interface that allows the user to filter trajectories based on their global ranking. It instead relies on predetermined filtration cutoffs. Predicting the correct cutoff to use without first running the script can be difficult, so these filter cutoffs tend to be conservative in practice. Multistage Rosetta Scripts (M.R.S.) allows you to filter after each "stage" based on a trajectory's global rank using the metric of your choice.

Instead of running each rosetta script trajectory in isolation, M.R.S. breaks the trajectory up into stages as shown below. Each stage is run to completion for all trajectories before the next stage is started. This gives Rosetta the ability to sort the results by a user-defined score and filter based on global position.

MRS Movie

Jargon

XML Format

Stage Options

How to Compile and Run M.R.S.

Tools and Utilities

Additional Features

Clustering Between Stages

Checkpointing

Examples

PDBList Example: How to submit structures using a pdblist instead of having a bunch of seperate <Job> tags.

Batch Relax: Save time by splitting FastRelax up into several stages.

DataMap Overloading: How to declare a default object in <Common> and replace it for certain trajectories by defining another object in <Job>

Time Machine: How to look at intermediate structures of your run after it has completed.

See Also