You are here

Docking

Extending Pyrosetta toturials for docking by adding constraints

Category: 
Docking

Hello,

I followed pyrosetta tutorials for docking.  I did something like the following:

scorefxn_low = create_score_function("interchain_cen")
jd = PyJobDistributor("output", 100, scorefxn_low)
while not jd.job_complete:
    cen_pose.assign(starting_cen_pose)
    dock_lowres.apply(cen_pose)
    jd.output_decoy(cen_pose)

 Then, I selected the candiddate with lowest score.

 

Post Situation: 

Error: in membrane docking : Cannot split pose by membrane jump! Quitting...

Category: 
Docking

I'm trying to run the demo files of RosettaMP and it fails in the last docking step. We were able to prepack the files normally , but the last command throws error:

 

core.chemical.GlobalResidueTypeSet: Finished initializing centroid residue type set.  Created 62 residue types

core.chemical.GlobalResidueTypeSet: Total time to initialize 0.016093 seconds.

protocols.docking.DockingProtocol: FOLD_TREE  EDGE 81 1 1  EDGE 1 40 -1  EDGE 1 61 2  EDGE 61 80 -1  EDGE 61 41 -1

Post Situation: 

How do you combine two .pdb protein structure files of the same protein?

Category: 
Docking

I have a *.pdb file of one protein. I need to do protein protein docking for this protein (I have the original one and I will also make a duplicate of it). What is the best way to combine the original one and the duplicated in one pdb file (I'm doing this to prepare the final pdb for docking).

Post Situation: 

how do i unding properly?

Category: 
Docking

Hello guys,

 

i am new to pyrosetta and I am having some issues with making sure I am undocking properly. 

I have a pdb file with a receptor with a receptor, 2 metal ions, a cofactor and then a substrate. It is arranged in a pdb file, with the receptor + metals beeing chain A, cofactor B, ligand X.

 

how do i unbind only the X chain properly? The tutorial is set up for a different problem, and i am struggling to valdidate the results. It also said that you could use 

Post Situation: 

Prevention of the negatively charged Nitrogen protonation by coupled_moves

Category: 
Docking
Small Molecules
Chemically Modified Residues

Dear sir and madam,

I have met with the unfavourable addition of 2 Hydrogen atoms onto sulfonamide Nitrogen instead one (NH2 instead of NH) on a ligand during the coupled_moves docking application runs. It is perfomed by the following command:

Post Situation: 

error in ligand docking

Category: 
Docking

 

Hello

I am doing ligand docking and get an error below, Could you tell me why chain 1 is not directly built by any jump and how I can fix it? Thanks

File: src/core/pose/chains_util.cc:506

[ ERROR ] UtilityExitException

ERROR: Chain '1' is not directly built by any jump.

Post Situation: 

How to add additional rounds of design and optimization in Rosetta scripts?

Category: 
Docking

Hello,

I am using RosettaLigand design protocol to design protein binders for a small molecule. The tutorial I referred to is Mr. Rocco Moretti's paper ( Methods Mol Biol. 2016 ; 1414: 47–62. doi:10.1007/978-1-4939-3569-7_4.).

According to the tutorial, "the provided protocol only does one round of design and minimization. Additional rounds may be desired for further refinement. Simply replicate the low_res_dock, design_interface, and high_res_dock lines in the PROTOCOLS section to add additional rounds of design and optimization."

Post Situation: 

High Resolution Docking with DockMCMProtocol

Category: 
Docking

Hello, I am working on protein-protein docking with a fairly refined (fastrelaxed) experimental complex.

As such, high resolution docking seems to be the way to go, but I'm a little bit confused with which class to use in pyrosetta.rosetta.protocols.docking :

- Can't get DockingHighRes() to work (RuntimeError: Tried to call pure virtual function "DockingHighRes::apply")

- Pyrosetta Notebooks hint at DockMCMProtocol, but I'm not sure whether this should be used alone, or in conjuction with 

Post Situation: 

ERROR: Unable to fill in missing atoms.

Category: 
Docking

Could you please help with the following issue (I am using rosetta3.12/rosetta_bin_linux_2020.08.61146_bundle):

core.conformation.Residue: [ ERROR ] Cannot build coordinates for residue TGT at position 111: missing too many atoms. core.conformation.Residue: [ ERROR ] Missing atoms are: C11 N1 C20 C9 C10 C17 N3 N2 C13 C2 N4 C19 S1 C14 C3 C15 C4 C18 C16 C7 C5 C12 C1 C6 C8 H1 H9 H16 H17 H18 H19 H20 H6 H7 H8 H10 H11 H12 H13 H14 H15 H4 H2 H3 H5

Post Situation: 

Pages

Subscribe to RSS - Docking