../
|
contactmaps/
|
936
(12 years ago)
by gmueller:
fields changed to private
|
SetScore.java
|
835
(13 years ago)
by duarte:
Changed scoring: from sum(upi-ui)2 to sum of max(0,upi-ui).
New methods to write subsets to files in table (tab delimited) format.
Now main() writes out all scores/subsets to two files instead of only outputting best, worse and ensemble of bests.
Moved ScoreSet to its own file, new static methods to read subsets from db.
|
BoundsSmoother.java
|
855
(13 years ago)
by gmueller:
new class for some evolution
|
Embedder.java
|
884
(13 years ago)
by duarte:
Major commit:
- change of the implementation of Pdb (interface remains backwards compatible). Now data stored in a proper object-oriented way. Pdb not abstract anymore, a protein model can be created by using one of the constructors
- added many tests and test files for Pdb (and merged some already existing tests from the default package)
- removed obsolete classes related to msd
- bug fix: PdbfilePdb now properly reads files with alt codes
- all tests passed
|
Reconstructer.java
|
933
(12 years ago)
by gmueller:
some methods modifiers were changed from protected to public, since classes of the sub package rely on those
|
Distiller.java
|
933
(12 years ago)
by gmueller:
some methods modifiers were changed from protected to public, since classes of the sub package rely on those
|
Bound.java
|
933
(12 years ago)
by gmueller:
some methods modifiers were changed from protected to public, since classes of the sub package rely on those
|
Scorer.java
|
933
(12 years ago)
by gmueller:
some methods modifiers were changed from protected to public, since classes of the sub package rely on those
|