next up previous contents
Next: Folding protein termini using Up: Rosetta/MDFF Tutorial Previous: Introduction   Contents

Subsections

Required software

ModelMaker

Download the ModelMaker folder, which contains the files for the ModelMaker plugin to VMD. As ModelMaker wraps a multitude of different programs for computational biology, there are several dependencies:

Rosetta

Download Rosetta from https://www.rosettacommons.org. An academic license can be acquired on the homepage for free. Download the package for your Operating System (OS). The weekly release contains the up to date software and requires about 5GB of disc space.

1
Unpack the tar.zip file:

tar -xvf ROSETTA_filename.tar

2
The SCons tool is used to build Rosetta alternatively to the Make build tool. It is written in python and allows a simple multi-platform build process.

cd $PATH_TO_ROSETTA/main/source  
./scons.py -j<number_of_processors> mode=release bin  

The previous command builds all executables in the release and will activate optimization flags to increase the performance.

Hint: Check the OS of the workstation or cluster you want to use to run Rosetta. It is recommended to build Rosetta specifically for the target OS. If not, compatibility issues can occur during the run time. Also, make sure that build and OS versions match.

\fbox{
\begin{minipage}{.2\textwidth}
\includegraphics[width=2.3 cm, height=2....
...ary Rosetta outputfiles are provided with the tutorial files.}
\end{minipage} }

MODELLER

Go to the MODELLER website (https://salilab.org/modeller/tutorial/), download the newest version of MODELLER and request a license. Install MODELLER on your workstation.
next up previous contents
Next: Folding protein termini using Up: Rosetta/MDFF Tutorial Previous: Introduction   Contents
www.ks.uiuc.edu/Training/Tutorials