Links to HEAD: | (view) (annotate) |
Sticky Revision: | |
Sort logs by: |
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
FIXED BUGS: - directed was not set when reading from cm file - pdbChainCode not set when reading from db given pdbCode - filling pdbresser2resser and resser2pdbresser hashmaps also in reading from pdb file - using "A" as chainCode when reading from pdb file - some error handling for file formats: new exception classes GraphFileFormatError and PdbfileFormatError
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
Major refactoring: accode -> pdbCode chaincode -> pdbChainCode chain -> chainCode Major change of signatures (publics to privates) Implemented getters for needed member variables Major clean up
MySQLConnection now throwing SQLException on connect Many files changed following this: all calling classes now re-throwing or catching the SQLException
Updated test class for Pdb/Graph objects
Added more tests for all cases
Implemented read of pdb data from pdb file. FIXED BUG in dumping of pdb file. Was missing end of line in atom lines Added more tests in testPdb
Initial commit of testPdb, to test the proteinstructure package
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.