how to docking including HETATM

Member Site Forums Rosetta 3 Rosetta 3 – General how to docking including HETATM

Viewing 1 reply thread
  • Author
    Posts
    • #502
      Anonymous

        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.

      • #4082
        Anonymous

          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.

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.