You are here

proline patching problem

4 posts / 0 new
Last post
proline patching problem
#1

Hi! I am using rosetta (v3.3) and have the problem that "relax.linuxgccrelease" automatically patches the native proline (PRO) to hydroxyproline (HPR). Anybody knows how to disable such automatic patching? Thanks!

Post Situation: 
Tue, 2012-01-03 11:15
xun

You probably have an atom naming issue, most likely hydrogens. Rosetta doesn't know what to do with mis-labeled atoms so it makes its best guess, which for your proline residue is wrong. You should be able to exclude particular patches with the -chemical:exclude_patches flag. "-chemical:exclude_patches pro_hydroxylated_case1 pro_hydroxylated_case2" should do it. (Another option is to just edit the database to remove the hydroxyproline patches altogether.) That's a bit inelegant, though, as Rosetta will still discard and rebuild the misnamed hydrogen atoms. The best solution is convert the input hydrogen atom naming convention to the one Rosetta uses, but just ignoring the patches should work perfectly well for almost all cases.

By any chance are you using an input structure from Charmm? You might want to take a look at http://www.rosettacommons.org/content/charmm-hydroxyproline-hydrogen-ato...

Tue, 2012-01-03 13:05
rmoretti

Are there spare oxygen atoms for some reason on your prolines? Perhaps oddly defined waters attached to the proline?

Tue, 2012-01-03 16:36
smlewis

Many thanks for reply! rmoretti is right. The problem is the format of pdb file. It has been solved according to http://www.rosettacommons.org/content/charmm-hydroxyproline-hydrogen-ato....

Wed, 2012-01-04 01:24
xun