You are here

Difficulties with Protein Docking using Harmonic Restraints

2 posts / 0 new
Last post
Difficulties with Protein Docking using Harmonic Restraints
#1

Hello Everyone,

While trying to use harmonic, or guassian, distance restaints in low resolution centroid only docking in the docking_protocol.linuxgccrelease I've encountered weird Scoretype: atom_pair_constraint score errors that prevent the output of docked proteins.

Using a single distance restiant taken from a crystallographic positions, AtomPair CA 132A CA 88B HARMONIC 46.0 5.0, model generation fails as the Scoretype: atom_pair_constraint score never reaches the cutoff of 1. However the distance restaint AtomPair CA 132A CA 88B HARMONIC 46.0 15.0 returns models with a CA-CA distance of ~46 angstroms, well within the first AtomPair restaint mean and SD of 46.0 and 5.0.

If it helps, my input file is:

-database /opt/database
-ex1
-ex2aro
-in:file:s ABC_separated.pdb
-native ABC.pdb
-docking:partners AC_B
-constraints:cst_file const.cst
-dock_pert 3 8
-nstruct 1
-docking:low_res_protocol_only
-mute core.util.prof ## dont show timing info
-out:file:scorefile score.fasc
-mute core.io.database
#-out:file:fullatom                                    # Boolean flag to indicate full atom
 

Thanks everyone!

Parker

 

 

Category: 
Post Situation: 
Fri, 2016-08-19 11:23
Parker.deWaal

This seems to be a stumper to me.

Best guesses:

1) I'm not sure when the filter is applied - it may be that you aren't getting sufficiently close models at some earlier step, but later refinement fixes the problem so the models you see later are ok.  That's not very consistent with the low_res_protocol_only flag.

2) The math for calculating constraints has a bunch of variables with sort-of-known values (by which I mean, you can figure them out, but I don't know what they are at the moment).  In particular, the constraint weight and the way the SD is factored into the score may just mean that the looser constraint is necessary to get sufficiently low constraint values.  An energy value of 1 does seem quite low, that basically means "totally satisfied constraints".  Try plotting the constraint func based on the functional form in the constraints documentation page and seeing how your measured devations score - hopefully they really do score more than 1 with the tighter SD...

Mon, 2016-08-22 10:39
smlewis