../
|
PhiPsiAverager.java
|
677
(13 years ago)
by stehr:
added boolean parameter 'showSequence' to Alignment.writeSecStructMatching()
|
GraphAverager.java
|
659
(14 years ago)
by stehr:
Also adding caspParents member to graph classes, value will be kept from Pdb if present; adding method to GraphAverager to retrieve the most frequently used parents specified in the templates
|
ConsensusSquare.java
|
662
(14 years ago)
by duarte:
Fixed bug: algorithm to find consensus was not working correctly. We weren't taking in account the 2-dimensionality of the problem. Changed the approach completely, new algorithm.
Made the ConsensusInterval class a separate class and added new class ConsensusSquare to represent a phi/psi angle consensus region.
|
ConsensusInterval.java
|
673
(14 years ago)
by duarte:
Important change: now final interval taken for restraints is not anymore of size angleInterval, but simply goes from min to max.
|