You are here

how to docking including HETATM

2 posts / 0 new
Last post
how to docking including HETATM
#1

I am using docking_protocol in rosetta 3. each of the two partners (hemoproteins) has HETATM atoms (HEME) which are close to the binding interface. I am afraid they are also affect the binding of the protein partners. How to include the HETATM in the docking process? Thanks. Tricia.

Tue, 2009-05-05 22:03
tricia

Rosetta3 will ignore your heme group (or just crash) when you try to read a PDB with a heme. To get it to read the heme group, you need to make a "parameters file" for the ligand. Look in the documentation for ligand-related stuff; you should start here:

src/python/apps/molfile_to_params.py

This program will write out a parameters file for your ligand. Look up the flag extra_res_fa as well (it's used to include the new parameter file in the set of residuetypes considered when your PDB is read in).

If all you want is the ligand present, then having the parameter file is probably sufficient. If you want ligand movement then try poking around the ligand docking documentation.

Fri, 2009-05-08 13:50
smlewis