You are here

Docking

Getting an interface score from RosettaDock without docking

Category: 
Docking

I'm interested in seeing how the energies output by RosettaDock relate to other docking software, so I want to try to take a set of dimer complex PDBs of which I know the score from the other software, and see what the scores would be if produced in RosettaDock.

Post Situation: 

Rigid body perturbation while docking

Category: 
Docking

ERROR: NAN occurred in H-bonding calculations!
ERROR:: Exit from: core/scoring/hbonds/hbonds_geom.cc line: 1122
Traceback (most recent call last):
  File "docking.py", line 118, in <module>
    jobs, job_output)
  File "docking.py", line 79, in sample_docking
    perturb.apply(test_pose)    
RuntimeError: unidentifiable C++ exception

Post Situation: 

Fixing part of a ligand in dock-design

Category: 
Docking
Design

Hi,

 

I am using a dock-design protocol to design a binding pocket to bind a ligand. I know where parts of the ligand should bind (orinetations and the position in protein) but the other parts can be flexible. Right now after the dock and design protocol, most of my outcomes change the whole position of ligand and don't keep that part fixed. Is there a way to tell the program to keep parts of the ligand fixed? or a way to generate conformers for only parts of the ligand? 

 

Thanks.

Post Situation: 

Docking seems to not parse the -nstruct flag

Category: 
Docking

Hello all,

I am new to Rosetta, and I am trying to get RosettaDock to work.

For the sake of simplicity, I just want to do a refinement dock, with no constraints (though I will eventually want to graduate to incorporating these).

The command I run, a modification on the example commands in Chaudhury et al. 2011:
(I did prepacking before this, with seemingly no issue.
Also, I removed the -database flag, it was causing errors and Rosetta programs seems to work without it.)

Post Situation: 

RosettaLigand: How to score native pose in protein-ligand docking experiment?

Category: 
Docking

Hi Everyone:
I'm working on protein-ligand docking experiment. I have an odd problem concerning how to calculate the "native pose" total_score , interface_delta and ligand_auto_rms_no_super value from rosettaligand docking experiment.

Post Situation: 

What is "repack", "prepack"?

Category: 
Structure prediction
Docking
Design

All over the place in Rosetta Documentation, I find the terms "repack", "prepack". But I have not found their definitions. I suspect that "repack" and "prepack" refer to conformational samplings where only amino acid side chains are moved, while the backbone remains fixed, but I can't be sure. Is it in this sense that these terms are used here?

What are the definitions of "repack" and "prepack" (in the common usage of these terms in the ROSETTA community)?

Post Situation: 

Jump::random_trans strange behavior

Category: 
Docking

Hi to everyone!

I have a complex: protein and peptide (AB chains). I need to make small random shifts of peptide. I do it so

numeric::Real step_size(1.0);
core::kinematics::Jump flexible_jump = pose.jump(pose.num_jump());
flexible_jump.random_trans(step_size);
pose.set_jump( pose.num_jump(), flexible_jump );

Post Situation: 

Pages

Subscribe to RSS - Docking