Links to HEAD: | (view) (annotate) |
Sticky Revision: | |
Sort logs by: |
added application to count grid density, suppressed warning for secondary structure reassignment
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
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
New secstruct2resinterval TreeMap to store secondary structure elements as a map of ss string ids to intervals New class Interval
Now reading also secondary structure (in a map of residue serials to secondary structure identifiers)
now casting pdb codes to lower and pdb chain codes to upper in all constructors
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
Now throwing also SQLExceptions for individual queries, not just for connections
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.