Links to HEAD: | (view) (annotate) |
Sticky Revision: | |
Sort logs by: |
Changed Alignment class so that both alignment and sequence indexing are starting at 1 (before alignment indices were starting at 0). Also mapping is now done through arrays not maps. Changed all other classes using Alignment to accommodate this. NOTE: graph averaging hasn't been tested after the change
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)
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
fixed missing references to constants in class AA
added test program for difference distance maps, updated Manifest to v0.8.5
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.