DockingProtocol
- Read more about DockingProtocol
- 3 comments
- Log in or register to post comments
Hi all
I would like to dock unknown chemical into PDB which have HEM as a cofactor
But I want to fix the HEM molecule fixed during docking with constraint statement below
<RESIDUE_SELECTORS>
<ResidueName name="HEM" residue_names="HEM" residue_name3="HEM" />
</RESIDUE_SELECTORS>
.
.
.
Ho all
Recently I'm trying to do protein-ligand docking with rosetta scripting interface
what I want to do is to incorporate charge grid in rosetta script xml file as shown below
<SCORINGGRIDS ligand_chain="X" width="25" name="charge">
<ChargeGrid grid_name="charge" weight="1.0"/>
</SCORINGGRIDS>
.
.
.
I am writing a python script that will do docking for my antibody-antigen samples, however, I could not find any SnugDock code examples with pyrosetta. Could you please give at least one?
Hello,
A general question would be whether there is a docking protocol for HDX-MS. Can I get a share?
Then I have two questions to the paper "Robustification of RosettaAntibody and Rosetta SnugDock" from Gray's group:
Hi all,
Is it possible to perform global ligand docking with Rosetta script not PyRosetta?
I found the tutorial for global ligand docking in PyRosetta. ( https://nbviewer.org/github/RosettaCommons/PyRosetta.notebooks/blob/master/notebooks/08.01-Ligand-Docking-XMLObjects.ipynb )
But, I could not find any explicit example for global ligand docking with only Rosetta script.
Thank you,
Greetings,
I would like to dock a small protein on a metal surface. It may be similar simulations which has done by Jeff Gray's group. But I found the code in surface_docking was written for pyrosetta 2 based on python 2.x . I have tried to transform the script to python3.. However, unknown errors appeared all the time.
Can anyone tell me how to use these code in Pyrosetta4 (python3) or provide any detailed tutorial for surface_docking in Pyrosetta4?
Thanks very much!
Hao
Hello,
I want to get a series of enzyme-substrate binding pose in one step of my research, but I met some questions:
Hello:
I've been trying to run the ligand docking, I want to ask hoe to specify the docking regin?
Thank you
Kind strangers,
I am writing you in a hope that the following problems will be resolved with your help.
I am trying to write such the XML-protocol for CoupledMoves, which will modulate the ligand interaction with (glyco)protein in water environment. Without water (ExplicitWater and following PackRotamerMover) it works fine. But with water molecules inclusion I face with multiple problems.