Links to HEAD: | (view) (annotate) |
Sticky Revision: | |
Sort logs by: |
Using Ca/Cg for testing as Ca/Cb is now allowed
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)
Fixed tester after changes in getAllCommonNnhSizes
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
New methods in RIGraph copy() and compare(other) Basic testing of copy introduced on testJUNGframework
Now graph generation in Pdb also works when we pass a crossed contact type with overlapping atom sets, e.g. ALL/BB (changes were: added a couple of new conditions in Box and in Pdb's AIGraph getGraph(ct,cutoff)) Loads of better comments
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)
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.