ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/trunk/tinker
Sticky Revision:
(Current path doesn't exist after revision 950)
Sort logs by:
Revision 347 - Directory Listing
Modified Thu Oct 11 08:54:50 2007 UTC (16 years, 11 months ago) by duarte
Writing report to file instead of standard output
Catching unknown errors in runDistgeom (all other non-zero exit values)
Revision 346 - Directory Listing
Modified Thu Oct 11 08:38:36 2007 UTC (16 years, 11 months ago) by duarte
Doing more input error checks
In ConstraintsMaker createConstraints won't throw Exception anymore, we only assery that ALL can't be used
Revision 343 - Directory Listing
Modified Wed Oct 10 16:19:18 2007 UTC (16 years, 11 months ago) by stehr
fixed bug when running distgeom, now waiting for process to exit before checking exit status
Revision 342 - Directory Listing
Modified Wed Oct 10 15:52:36 2007 UTC (16 years, 11 months ago) by stehr
added error handling for killed tinker process with error code 139 (presumably out of memory)
Revision 341 - Directory Listing
Modified Wed Oct 10 15:14:55 2007 UTC (16 years, 11 months ago) by duarte
Now capturing exit status 137 (2 instances of tinker running in same machine)
Now outputting progress per model
Revision 338 - Directory Listing
Modified Fri Oct 5 11:56:28 2007 UTC (16 years, 11 months ago) by duarte
Initial commit of reconstruct script. Works only sometimes!! Some others doesn't run distgeom without apparent reason!
Throwing less exceptions in ConstraintsMaker
Revision 335 - Directory Listing
Modified Tue Oct 2 14:59:28 2007 UTC (16 years, 11 months ago) by duarte
Now ConstraintsMaker works also for multi atom contact types (BB and SC) and crosses (either BB/SC or any cross to a single atom contact type)
New file aapairsBounds.dat with values for aminoacid side chains distance lower and upper bounds taken from statistics of a set of pdb representatives
New in AAinfo: aapairs2bounds and changed getUpperBoundDistance, getUpperBoundDistance to accomodate aapairs2bounds
PRMInfo: now for amber "OXT" gets transformed into "O"
Revision 333 - Directory Listing
Modified Mon Oct 1 17:17:42 2007 UTC (17 years ago) by duarte
Now does correct atom mapping for any atom of any residue ONLY for amber prm files
createConstraints does not work yet with multi atom contact types
Got rid of all the commented out mapAtoms code + some refactoring
Revision 328 - Directory Listing
Modified Mon Oct 1 10:57:08 2007 UTC (17 years ago) by duarte
First commit of ConstraintsMaker (and PRMInfo needed for it)
Does correct atom serial mapping when using amber prm files, except for some atoms of ASP, ARG, GLU, PHE, TYR (where there are some nomenclature differences between amber and pdb)
Does not work yet with multi atom contact types, should work fine for all single atom contact types and for crossed single atom contact types
The pdb/xyz atom mapping using coordinates (as in python) is commented out because it doesn't work due to rounding differences between java and fortran
Thus the PRMInfo class was needed, at the moment can read only amber prm files
Some new methods and better javadoc in Pdb.
Some new methods in AAinfo
Revision 323 - Directory Listing
Added Tue Sep 18 14:13:14 2007 UTC (17 years ago) by duarte
Moved tinker stuff to its own package