ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/owl/trunk/proteinstructure/PdbasePdb.java
Links to HEAD: (view) (annotate)
Sticky Revision:
(Current path doesn't exist after revision 950)
Sort logs by:
Revision 326 - (view) (annotate) - [select for diffs]
Modified Thu Sep 20 14:49:55 2007 UTC (17 years ago) by duarte
File length: 15753 byte(s)
Diff to previous 311
Removed class AA and replace it by AAinfo, which reads contact types from separate file contactTypes.dat
New class ContactType which contains atoms for each contact type and residue. A static object for each contact type is loaded into AAinfo upon reading the contactTypes.dat file
Changed all references accordingly
Revision 311 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 17:31:38 2007 UTC (17 years, 1 month ago) by duarte
File length: 15958 byte(s)
Diff to previous 305
Fixed buf: sometimes struct_conf can be non-loop elements, now also taking care of that particular case
Revision 305 - (view) (annotate) - [select for diffs]
Modified Wed Aug 29 09:46:32 2007 UTC (17 years, 1 month ago) by duarte
File length: 15895 byte(s)
Diff to previous 278
Got rid of useless (and potential bug) chainCode=getChainCode (self reference!)
Revision 278 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 12:14:04 2007 UTC (17 years, 1 month ago) by duarte
File length: 15930 byte(s)
Diff to previous 275
Fixed bug with getFullLength when reading from pdb file
Now if SEQRES was missing then fullLength is maximum observed residue number instead of total number of observed residue numbers
New member variables obsLength and fullLength
Revision 275 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 10:28:01 2007 UTC (17 years, 1 month ago) by duarte
File length: 15843 byte(s)
Diff to previous 274
Fixed bug: wasn't taken into account OXT atoms in calculating the ALL graph
Revision 274 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 10:26:32 2007 UTC (17 years, 1 month ago) by stehr
File length: 15754 byte(s)
Diff to previous 259
Added new SecondaryStructure object to Pdb and Graph
Revision 259 - (view) (annotate) - [select for diffs]
Modified Fri Aug 10 16:40:44 2007 UTC (17 years, 1 month ago) by stehr
File length: 15960 byte(s)
Diff to previous 250
completed first version of dssp secondary structure assignment, can be switched on/off by status variable in Start, some other little fixes
Revision 250 - (view) (annotate) - [select for diffs]
Modified Mon Aug 6 14:48:37 2007 UTC (17 years, 1 month ago) by stehr
File length: 15847 byte(s)
Diff to previous 237
added application to count grid density, suppressed warning for secondary structure reassignment
Revision 237 - (view) (annotate) - [select for diffs]
Modified Thu Jul 19 14:23:35 2007 UTC (17 years, 2 months ago) by duarte
File length: 15839 byte(s)
Diff to previous 226
Now rmsd calculation works for 2 Pdb objects where there are missing residues (unobserved) or missing atoms
New Exception ConformationNotSameSizeError
Still not printing out individual distances between 2 conformations (altghough it is possible)
Can't specify yet a restricted range of residues to calculate rmsd only with them
Revision 226 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 13:43:30 2007 UTC (17 years, 2 months ago) by duarte
File length: 15521 byte(s)
Diff to previous 222
First geometric hashing implementation for calculating graph (with new class Box). Only does non-crossed cts
Geometrich hashing graph calculation kept in a separate method than normal get_graph. Still either of the methods can be used.
Using javax.vectormath objects for the vectors (distance method also from that)
Using TreeMap for get_coords_for_ct
Revision 222 - (view) (annotate) - [select for diffs]
Modified Wed Jul 4 15:39:01 2007 UTC (17 years, 2 months ago) by duarte
File length: 15481 byte(s)
Diff to previous 219
New secstruct2resinterval TreeMap to store secondary structure elements as a map of ss string ids to intervals
New class Interval
Revision 219 - (view) (annotate) - [select for diffs]
Modified Tue Jul 3 15:38:21 2007 UTC (17 years, 2 months ago) by duarte
File length: 15273 byte(s)
Diff to previous 217
Now reading also secondary structure (in a map of residue serials to secondary structure identifiers)
Revision 217 - (view) (annotate) - [select for diffs]
Modified Fri Jun 29 09:04:00 2007 UTC (17 years, 3 months ago) by stehr
File length: 13062 byte(s)
Diff to previous 215
now casting pdb codes to lower and pdb chain codes to upper in all constructors
Revision 215 - (view) (annotate) - [select for diffs]
Modified Thu Jun 28 15:43:04 2007 UTC (17 years, 3 months ago) by stehr
File length: 12941 byte(s)
Diff to previous 210
some clean up of exceptions in Pdb and Graph classes:
merged PdbAcCodeNotFoundError and MsdAcCodeNotFoundError into PdbCodeNotFoundError,
created new PdbChainCodeNotFound, got rid of stderr output, throwing exceptions with informative messages instead
Revision 210 - (view) (annotate) - [select for diffs]
Modified Wed Jun 27 15:57:39 2007 UTC (17 years, 3 months ago) by duarte
File length: 12543 byte(s)
Diff to previous 207
Now throwing also SQLExceptions for individual queries, not just for connections
Revision 207 - (view) (annotate) - [select for diffs]
Added Wed Jun 27 11:06:34 2007 UTC (17 years, 3 months ago) by duarte
File length: 12833 byte(s)
Restructured construction of Pdb and Graph objects: now subclasses for each case
Cleaned up and made consistent database connections
Now can also pass a MySQLConnection in all cases (as well as having default values for a default connection)
PdbaseInfo and MsdsdInfo classes removed: now merged into PdbasePdb and MsdsdPdb respectively
Updated following this changes testPdb and compareCMs

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a