Re: AMBER: Fatal Error on loading a pdb in xLeap

From: David A. Case <case.scripps.edu>
Date: Thu, 28 Jul 2005 15:17:14 -0700

On Thu, Jul 28, 2005, Kara Di Giorgio wrote:

> I'm trying to load a pdb file with a carborane into xleap and it gives
> me the following error:
>
> !FATAL ERROR----------------------------------------
> !FATAL: In file [atom.c], line 444
> !FATAL: Message: bondAtomProblem found
> !
> !ABORTING.
>

There should be informative messages in the log, like "maximum coordination
exceeded...." that may be helpful. Do carbon atoms have a large number of
bonds in carboranes? Basically, the code in atom.c around line 385 triggers
a message when hydrogen has more than 1 bond, oxygen has more than 3 bonds,
or other elements have than 5 bonds. Does you molecule violate any of these?

As a test, you can try change line 385 in atom.c from "return(TRUE);"
to "return(FALSE);". I'm unsure whether or not defeating this test will
cause other problems or not....

....dac
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Thu Jul 28 2005 - 23:53:00 PDT
Custom Search