You are here

Rosetta movie.

2 posts / 0 new
Last post
Rosetta movie.
#1

Hello:

Can anybody tell how the rosetta movie option is used to generate the protein structure prediction?

Mon, 2009-09-14 21:02
exchhattu

Although a "run::movie" option exists, there doesn't seem to be any code in Rosetta3.0 that actually implements it. I would guess the option got moved from ++ without being implemented. If you want a movie in ++, you should ask on that forum instead?

If you want to make a movie in 3.0, all you need to do is find the loop in the code which represents the frames of your movie (this will almost certainly be a Mover::apply() function wrapped in a for loop) and then add in a pose.dump_pdb("filename") statement.

Tue, 2009-09-15 06:36
smlewis