../
|
contactmaps/
|
1314
(11 years ago)
by jmduarteg:
Finally got rid of all duplicated amino acid methods in AAinfo. Now everything unified in AminoAcid enum.
|
SparseMatrixException.java
|
1239
(11 years ago)
by gmueller:
sparse matrix exception
|
SparseMatrix.java
|
1243
(11 years ago)
by gmueller:
some methods removed and added to a new class, other simplified
|
SetScore.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
Scorer.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
Reconstructer.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
Embedder.java
|
1007
(12 years ago)
by hstehr:
refactoring: moved casp, deltaRank, embed, graphAveraging, ppi, sadp to owl
|
Distiller.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
ConePeeler.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
BoundsSmoother.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
Bound.java
|
1007
(12 years ago)
by hstehr:
refactoring: moved casp, deltaRank, embed, graphAveraging, ppi, sadp to owl
|
AdjacencyMatrix.java
|
1245
(11 years ago)
by gmueller:
does most of the job SparseMatrix did before
|