Rosetta

Requester: Jeff Dyason
http://depts.washington.edu/uwc4c/express-licenses/assets/rosetta+pyrosetta/
http://depts.washington.edu/uwc4c/express-licenses/assets/rosetta/

Rosetta 3.3

Includes comprehensive online documentation for users and for developers
A library based object-oriented software suite
Easy-to-use applications
Flexible to incorporate your own protocols
New Applications - Rosetta Antibody, Interface Analyzer, DDG Monomer, Multistate Design, Sequence Recovery, Fragment Picker, Interface Design, RosettaRNA, Pepspec Application.
Includes the revolutionary new computer game Foldit in stand-alone version

Installation

scons

cd /sw/rosetta/
tar -zxvf /data1/rosetta3.3_bundles.tgz
mv rosetta3.3 3.3
cd /sw/rosetta/3.3
(download sons rpm and install)
rpm -ivh scons-2.1.0-1.noarch.rpm
tar -xvf rosetta3.3_source.tgz
cd /sw/rosetta/3.3/rosetta_source

Due to a bug in GCC 4.4 (http://www.rosettacommons.org/node/2274), please do the following:

modify the file ROSETTA_PATH/rosetta_source/tools/build/basic.settings to use finline-limit=1133

vi /sw/rosetta/3.3/rosetta_source/tools/build/basic.settings

scons bin mode=release 2>&1 |tee rosetta_build.txt

module load python/2.7.1-shared
module load compilers/gcc-4.6.2
cd /sw/rosetta/3.3/rosetta_source
scons bin mode=release 2>&1 |tee rosetta_build.txt

OR:
cd /sw/rosetta/3.3/rosetta_source
sh script.sh