ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/owl/trunk/proteinstructure/MsdsdPdb.java
Links to HEAD: (view) (annotate)
Sticky Revision:
(Current path doesn't exist after revision 883)
Sort logs by:
Revision 401 - (view) (annotate) - [select for diffs]
Modified Thu Nov 15 15:58:30 2007 UTC (16 years, 10 months ago) by duarte
File length: 14340 byte(s)
Diff to previous 336
Not forcing upper casing of chainPdbCode. pdb chain codes are case sensitive!!!
Revision 336 - (view) (annotate) - [select for diffs]
Modified Tue Oct 2 16:14:20 2007 UTC (17 years ago) by stehr
File length: 14355 byte(s)
Diff to previous 326
extracted constant NULL_CHAIN_CODE from ...Pdb classes, added copy() methods to NodeSet and EdgeSet, added some functionality to NodesAndEdges, new class SimilarityGraph
Revision 326 - (view) (annotate) - [select for diffs]
Modified Thu Sep 20 14:49:55 2007 UTC (17 years ago) by duarte
File length: 14342 byte(s)
Diff to previous 278
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 278 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 12:14:04 2007 UTC (17 years, 1 month ago) by duarte
File length: 14509 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: 14422 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: 14333 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: 15096 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: 14984 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: 14972 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: 14654 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: 14614 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, 3 months ago) by duarte
File length: 14145 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: 9946 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: 9825 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: 9865 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: 10120 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