You are here

how can we calculate Rosetta score on some decoy set?

14 posts / 0 new
Last post
how can we calculate Rosetta score on some decoy set?
#1

I need to calculate the Rosetta score(energy)on Rosetta All-atom Decoy Set and ITASSER Decoy set.

I will be grateful,if you guide me how can I do it or are there any papers that contain the

results of the Rosetta Program on ITASSER and Rosetta All-atom decoy sets?

Thanks in audiences.

Post Situation: 
Wed, 2013-06-19 08:43
mirzaie

Hi, you can use the score_jd2 application. Pass it a list of the paths to your decoy files (-in:file:l PDBList.txt) and it will score your decoys.

You may also want to look at:
https://www.rosettacommons.org/content/dont-want-output-design-structure
https://www.rosettacommons.org/content/rosetta-scoring
https://www.rosettacommons.org/content/total-energy-score-pdb-structure

-Jared

Thu, 2013-06-20 07:50
jadolfbr

Hi

Thank you,But how can I download score_jd2 application?
score_jd2 application is executable in windows platform?

Mirzaie

Thu, 2013-06-20 10:15
mirzaie

Please see the user guide: https://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/

You will need to download the source and compile. The program will be in /bin directory in source directory after compilation. Please see the guide for relevant flags and how to generally run Rosetta.

Thu, 2013-06-20 10:57
jadolfbr

Thank you

I Studied and followed
1. Platforms
2. Install SCons
3. Build Rosetta
from https://www.rosettacommons.org/manuals/archive/rosetta3.4_user_guide/ind...
I installed Scons as mentioned http://www.scons.org/doc/HTML/scons-user/x167.html

and installed cygwin

how can I install Rosetta at windows platform?

Fri, 2013-06-21 03:02
mirzaie

I have only compiled Rosetta on Linux + Mac machines. However, I would assume that if you installed a compiler (GCC), you should be good to go. I read that when you install cygwin it will ask you if you want to install additional packages, one of them being GCC compiler. After that, you should be able to follow the instructions in 'Build Rosetta'

Fri, 2013-06-21 07:15
jadolfbr

Hi

I installed GCC compiler and then copy the cygwin terminal to path:"C:\Python27\Scripts"

while i am runing "scons.bat bin mode=release" in cygwin

i am getting error:
"scons: *** No SConstruct file found.
File "C:\Python27\scons-2.3.0\SCons\Script\Main.py", line 905, in _main"
what to do next?

thankyou

Fri, 2013-06-21 23:55
mirzaie

Not exactly sure, but try:

./scons.py bin mode=release

in the rosetta_source directory

Sun, 2013-06-23 08:39
jadolfbr

I have not rosetta_source folder/directory.

Do i need download any files?

Sun, 2013-06-23 14:05
mirzaie

When you download Rosetta, you will need to download both the Rosetta source and Rosetta database compressed files. Unzip, and there you go. Or download everything as a bundle, which includes tools, demos, etc....

Sun, 2013-06-23 16:51
jadolfbr

Hi

the files Rosetta source and Rosetta database were downloaded from https://www.rosettacommons.org/software/academic/3.5/

and copy them to "C:\Python27\Scripts" and then run ./scons.py bin mode=release in sygwin with path "/cygdrive/c/Python27/Scripts"
with the error

"scons: *** No SConstruct file found.
File "C:\Python27\scons-2.3.0\SCons\Script\Main.py", line 905, in _main"

Do i need any files?

Tue, 2013-06-25 03:36
mirzaie

Why do you copy them into C:\Python27\Scripts?

You should not need to do this. Just download the files, cd into source and run ./scons.py bin mode=release. Python should already be setup, paths will be setup to use python, etc. ./scons.py is the same as saying python scons.py. Since it looks like you have already installed scons, you can, instead, call scons directly: scons bin mode=release. If none of this works, I would recommend installing ubuntu linux or virtualizing it within windows using virtualbox. It'll make things much easier. Especially if you run into compile errors.

Tue, 2013-06-25 08:23
jadolfbr

Hi

I tried using the command ./scons.py bin mode=release in rosetta_source folder. but it give the following error.

scons: Reading SConscript files ...
svn_version.py reports this is a non-version-control release version of Rosetta
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/src/release/cygwin/1.7/32/x86/gcc/4.5/default/protocols/wum/WorkUnitBase.os -c -isystem external/boost_1_46_1/ -pipe -ffor-scope -Wall -Wextra -pedantic -Wno-long-long -malign-double -march=pentium4 -O3 -ffast-math -funroll-loops -finline-functions -finline-limit=20000 -s -Wno-unused-variable -DNDEBUG -Isrc -Iexternal/include -Isrc/platform/cygwin/32/gcc/4.5 -Isrc/platform/cygwin/32/gcc -Isrc/platform/cygwin/32 -Isrc/platform/cygwin -Iexternal/boost_1_46_1 -Iexternal/dbio -I/usr/include -I/usr/local/include src/protocols/wum/WorkUnitBase.cc
src/protocols/wum/WorkUnitBase.cc: In member function ‘void protocols::wum::WorkUnitBase::print(std::ostream&, bool) const’:
src/protocols/wum/WorkUnitBase.cc:123:91: error: ‘max’ was not declared in this scope
src/protocols/wum/WorkUnitBase.cc: In member function ‘void protocols::wum::WorkUnitBase::set_wu_type(const std::string&)’:
src/protocols/wum/WorkUnitBase.cc:175:59: error: ‘min’ was not declared in this scope
src/protocols/wum/WorkUnitBase.cc: In member function ‘void protocols::wum::WorkUnitBase::set_options(const std::string&)’:
src/protocols/wum/WorkUnitBase.cc:191:59: error: ‘min’ was not declared in this scope
scons: *** [build/src/release/cygwin/1.7/32/x86/gcc/4.5/default/protocols/wum/WorkUnitBase.os] Error 1
scons: building terminated because of errors.

what shall i do in this case?

Fri, 2013-06-28 12:37
mirzaie

Hey Mirzaie, can you start a new thread on this in the build/install forum? I don't know what to do, so maybe someone else will be able to help here. https://www.rosettacommons.org/forums/rosetta-3/rosetta-3-buildinstall

Fri, 2013-06-28 13:08
jadolfbr