You are here

Unsolved

The problem hasn't been solved

RosettaSurface in 3.4?

Greetings,

I would like to dock a short (12AA) peptide sequence to a few model inorganic surfaces.

It appears that similar simulations are being done by Jeff Gray's group with RosettaSurface, but its most recent implementation (and tutorial!) seem to be written for Rosetta 2.3...

A closer look at my installed version (3.4) reveals a surface_docking folder in /src/protocols/, but I cannot seem to find any corresponding executables.
Can anyone comment as to the availability and/or implementation of protein-surface docking in Rosetta 3.4?

Post Situation: 

where to look for positive sign for solution in mr-rosetta3.4?

I set up mr-rosetta which is running over 5 days and I guess it should be keep
running for very long time (ran it on a local machine with single processor.
260 residues, 1MOL/Asy). My question is where to look for the positive sign:

So far, the LLG scores from phaser are very low: 2.31-27.1;

From rebuild:

Run_1: ROSETTA SCORE: -1273.01;
Run_2: ROSETTA SCORE: -1427.29;
Run_3: ROSETTA SCORE: -1468.84
Run_4: in running

Post Situation: 

Using mode=profile

Thanks in advance.

I need to see which functions are using the most time so I compiled with:

scons mode=profile extras=opencl bin

That was successful and I ran my program:

~/rosetta_source/bin/ragul_darc_run.opencl.macosgccprofile -database ~/rosetta_database/ -input_protein_file 2YXJ.pdb -input_ligand_file ZINC01350605_0001.fa.pdb -extra_res_fa ZINC01350605_0001.fa.params

That was successful and it created a file gmon.out.

But I'm not sure how to work with this. My understanding of gprof is that I need a command like:

gcc -g -pg executable.exe gmon.out

Post Situation: 

Error running design in 3.4

I'm just getting started running 3.4. Compiled and tried to run fixbb.linuxgccrelease with a flags file and got this error. Could someone please suggest solutions.

ERROR: Unable to open weights/patch file. None of (./)standard or (./)standard.wts or ~/rosetta3.4/rosetta_database/scoring/weights/standard or ~/rosetta3.4/rosetta_database/scoring/weights/standard.wts exist
ERROR:: Exit from: src/core/scoring/ScoreFunction.cc line: 2835

Post Situation: 

Allowing cysteines to repack

Hello all, I am working on using PyRosetta to improve a homology-derived protein structure, in which the disulfide bonds are not in their ideal configuration. After playing around with the refinement.py script in the tutorials, I noticed that it was leaving the disulfides untouched in the output results. I noticed in the manual (under TaskFactory) that PyRosetta/Rosetta disables cysteine repacking by default. It wasn't clear to me how to disable this behavior. I tried the following after initializing the packmover:

rr = RestrictResidueToRepacking()
rr.include_residue( 4 )

Post Situation: 

how to reconstruct the whole complex after symmetric docking

symmetric docking uses the minimal subsystem during docking. The output contains also the smallest subsystem. For example, in a C17 system (3kml), only three neighboring subunits are used in docking and the output decoys contain also only three subunits (DiMaio2011, PLoS ONE). How to reconstruct the complete system based on the output? It seems the original symmetric definition file can not be relied on any more.

Post Situation: 

Any info on 1) building for CUDA and 2) with the PGI compiler suite

In looking to try out a build of Rosetta so that a researcher in another
department can try it out on a large memory resource we have here, I
noticed, because I ended up looking at this file, that there's a stanza
in

tools/build/basic.settings

that appears to allow for compilation against a CUDA toolkit.

As I am not a Rosetta user but an implementer, I was wondering if there's
a simple test/demo that I could try out, if I build such a variant, which
would be an Ubuntu 10.10 (GCC 445) with NVIDIA_GPU_Computing_SDK-4.0.

Post Situation: 

Pages