ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/owl/trunk/testPdb.java
Links to HEAD: (view) (annotate)
Sticky Revision:
(Current path doesn't exist after revision 950)
Sort logs by:
Revision 492 - (view) (annotate) - [select for diffs]
Modified Wed Jan 2 13:18:57 2008 UTC (17 years, 1 month ago) by duarte
File length: 2135 byte(s)
Copied from: branches/aglappe-jung/testPdb.java revision 491
Diff to previous 441
Copied the aglappe-jung branch into trunk.

Revision 441 - (view) (annotate) - [select for diffs]
Modified Thu Nov 29 15:19:37 2007 UTC (17 years, 2 months ago) by duarte
Original Path: branches/aglappe-jung/testPdb.java
File length: 2135 byte(s)
Diff to previous 424
Now Pdb constructors don't load data but rather intialise the pdbCode, loading occurs upon call of load(pdbChainCode,modelSerial)
New methods getChains() and getModels() in all Pdb classes
New Exception PdbLoadError
New tester for getChains and getModels: testGetChains
Changed all calls to Pdb construction accordingly (includes changing excpetions)
Revision 424 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 14:21:33 2007 UTC (17 years, 3 months ago) by duarte
Original Path: branches/aglappe-jung/testPdb.java
File length: 2277 byte(s)
Diff to previous 420
Added last i/o method from old Graph (write to file in Ioannis network format)
Using now the more correct degree, indegree, outdegree methods instead of count neighbor methods
Fixed the write_graph_to_file method name in executables in default package

Revision 420 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 17:27:44 2007 UTC (17 years, 3 months ago) by duarte
Original Path: branches/aglappe-jung/testPdb.java
File length: 2253 byte(s)
Diff to previous 419
First implementation of the new graph framework using JUNG2. Still a few classes to fix, but all basic functionality is there.
NOTE: at the moment ProtStructGraph is a SparseGraph which doesn't guarantee that the graph has no parallel or loop edges (I thought that would be solved by using the SimpleGraph interface but it doesn't, that's only a marker interface)
Revision 419 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 14:09:18 2007 UTC (17 years, 3 months ago) by duarte
Original Path: branches/aglappe-jung/testPdb.java
File length: 2429 byte(s)
Diff to previous 215
Re-branching for JUNG2 development
Revision 215 - (view) (annotate) - [select for diffs]
Modified Thu Jun 28 15:43:04 2007 UTC (17 years, 8 months ago) by stehr
File length: 2429 byte(s)
Diff to previous 208
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 208 - (view) (annotate) - [select for diffs]
Modified Wed Jun 27 14:42:12 2007 UTC (17 years, 8 months ago) by duarte
File length: 2433 byte(s)
Diff to previous 207
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
Revision 207 - (view) (annotate) - [select for diffs]
Modified Wed Jun 27 11:06:34 2007 UTC (17 years, 8 months ago) by duarte
File length: 2411 byte(s)
Diff to previous 206
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

Revision 206 - (view) (annotate) - [select for diffs]
Modified Tue Jun 26 17:01:48 2007 UTC (17 years, 8 months ago) by duarte
File length: 2264 byte(s)
Diff to previous 202
Major refactoring:
 accode -> pdbCode
 chaincode -> pdbChainCode
 chain -> chainCode
Major change of signatures (publics to privates)
Implemented getters for needed member variables
Major clean up
Revision 202 - (view) (annotate) - [select for diffs]
Modified Thu Jun 21 17:18:11 2007 UTC (17 years, 8 months ago) by duarte
File length: 2255 byte(s)
Diff to previous 162
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
Revision 162 - (view) (annotate) - [select for diffs]
Modified Thu May 24 10:46:39 2007 UTC (17 years, 9 months ago) by duarte
File length: 2181 byte(s)
Diff to previous 132
Updated test class for Pdb/Graph objects
Revision 132 - (view) (annotate) - [select for diffs]
Modified Thu May 10 16:04:06 2007 UTC (17 years, 9 months ago) by duarte
File length: 2366 byte(s)
Diff to previous 127
Added more tests for all cases
Revision 127 - (view) (annotate) - [select for diffs]
Modified Wed May 9 14:54:02 2007 UTC (17 years, 9 months ago) by duarte
File length: 1130 byte(s)
Diff to previous 125
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

Revision 125 - (view) (annotate) - [select for diffs]
Added Wed May 9 11:58:59 2007 UTC (17 years, 9 months ago) by duarte
File length: 769 byte(s)
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.

  Diffs between and
  Type of Diff should be a