You are here

Ambiguous constraints are ignored in ab initio

2 posts / 0 new
Last post
Ambiguous constraints are ignored in ab initio
#1

Dear Rosetta Commons,

I recently wanted to use a set of ambiguous constraints in structure prediction and I prepared a file that looks like this:

AmbiguousConstraint
AtomPair CB 26 CB 38 BOUNDED 1.5 8.0 1.5 NOE
AtomPair CB 28 CB 61 BOUNDED 1.5 8.0 1.5 NOE
AtomPair CB 26 CB 61 BOUNDED 1.5 8.0 1.5 NOE
END_AMBIGUOUS

Unfortunately, it seems that the ab initio application is ignoring the ambiguous constraints. No constraints are used in the prediction and also there is not constraint score term in the final score file.

Other constraints work just fine.

Anybody encountered this before? Is there a workaround or something wrong in the way I defined the constraints?

Many thanks,
Michael

Post Situation: 
Wed, 2014-06-18 04:33
mschneid

So if you do everything identically, but just remove the AmbiguousConstraint and END_AMBIGUOUS lines from your constraint file, you see the constraints being applied, but if you add those two lines, you don't see any of the sub-constraints being applied? I'm not sure why that would be the case - the constraint system is set up such that if subconstraints are being applied, the ambiguous constraint should also be working. Are you seeing any error messages or warnings printed?

You may need to put together a small test case which could be debugged by a developer.

Tue, 2014-07-01 12:21
rmoretti