Links to HEAD: | (view) (annotate) |
Sticky Revision: | |
Sort logs by: |
Copied the aglappe-jung branch into trunk.
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)
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
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)
Re-branching for JUNG2 development
Also writing graph to file
Initial commit. Script to benchmark the graph generation algorithm
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.