Enzyme-Ligand Docking with a Fixed Cofactor - XML file #339
Replies: 3 comments 3 replies
|
From a quick scan, it looks like the XML is as it should be. One thing to double check is the chain designations. Since the RosettaLigand protocol uses chain letters to determine which residue it's docking, if you have your cofactor labeled as chain X, then there's a good chance the protocol will move the cofactor instead of the ligand. Make sure the ligand and cofactor have separate chain letters, and make sure that the ligand's chain letter is X. |
|
Hey Gili, hey Rocco, I am currently trying to solve a similar problem in Rosetta. I would like to “fix” the cofactor heme in CYP3A4 before I actually perform ligand docking with API. As I am also new to bioinformatics and Rosetta, I wanted to ask how exactly you (@GiliWolf) changed the input file in enzyme + cofactor (= cofactor covalently bound to enzyme?) and whether it is even possible to use the path described first (input files: protein.pdb + heme.params (fixed) + ligand.params?). Did you test Rocco's tip about the side chain letter back then? :) I am very grateful for any help. Thank you in advance! |
|
Hello,
I got this email by RosettaCommons/rosetta mailing list. I am responding to
it because a few years ago my lab did very similar docking calculations.
The protocol has been described here:
https://labnotes.readthedocs.io/en/latest/doc/pyrosetta_p450_docking.html#pyrosetta-cyp51-docking
The student who was working on that project has graduated a few years ago
and part of the knowledge how it was done is already gone. However I am
pretty sure I still have all the files required to repeat the
calculations: flagfiles, rosetta scripts (XML) and heme.param
Best regards,
Dominik Gront
niedz., 17 sie 2025 o 11:58 Skyx2025 ***@***.***> napisał(a):
… Hey Gili, hey Rocco,
I am currently trying to solve a similar problem in Rosetta. I would like
to “fix” the cofactor heme in CYP3A4 before I actually perform ligand
docking with API.
As I am also new to bioinformatics and Rosetta, I wanted to ask how
exactly you ***@***.*** <https://github.com/GiliWolf>) changed the input
file in enzyme + cofactor (= cofactor covalently bound to enzyme?) and
whether it is even possible to use the path described first (input files:
protein.pdb + heme.params (fixed) + ligand.params?). Did you test Rocco's
tip about the side chain letter back then? :)
I am very grateful for any help. Thank you in advance!
—
Reply to this email directly, view it on GitHub
<#339 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC3MI6KM6SHEU7VEZKX5CL3OBG5RAVCNFSM6AAAAABXXSMINSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMJTGEYTIMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm new to Rosetta and trying to perform enzyme-ligand docking with an extra cofactor.
In my first attempt, Rosetta misplaced both the ligand and the cofactor. Since the enzyme and cofactor were crystallized together, I want to keep them fixed while allowing only the ligand to move during docking.
I’d appreciate help with adjusting my XML file or any suggestions for specific parameters I should look into. So far, I've only used the generic dock.xml file from the Rosetta ligand_docking tutorial.
Thanks!
those are my input files -
-in
-file
-s AKR1B1_DGal_NADP.pdb # concnated enzyme-ligand-cofactor structure
-extra_res_fa DGal.params # ligand params
-extra_res_fa NADP.params #cofactor params
and this is the XML -
All reactions