../
|
SecStrucElement.java
|
259
(17 years ago)
by stehr:
completed first version of dssp secondary structure assignment, can be switched on/off by status variable in Start, some other little fixes
|
PdbfilePdb.java
|
259
(17 years ago)
by stehr:
completed first version of dssp secondary structure assignment, can be switched on/off by status variable in Start, some other little fixes
|
PdbfileFormatError.java
|
208
(17 years ago)
by duarte:
FIXED BUGS:
- directed was not set when reading from cm file
- pdbChainCode not set when reading from db given pdbCode
- filling pdbresser2resser and resser2pdbresser hashmaps also in reading from pdb file
- using "A" as chainCode when reading from pdb file
- some error handling for file formats: new exception classes GraphFileFormatError and PdbfileFormatError
|
PdbasePdb.java
|
259
(17 years ago)
by stehr:
completed first version of dssp secondary structure assignment, can be switched on/off by status variable in Start, some other little fixes
|
PdbaseInconsistencyError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
PdbCodeNotFoundError.java
|
215
(17 years ago)
by stehr:
some clean up of exceptions in Pdb and Graph classes:
merged PdbAcCodeNotFoundError and MsdAcCodeNotFoundError into PdbCodeNotFoundError,
created new PdbChainCodeNotFound, got rid of stderr output, throwing exceptions with informative messages instead
|
PdbChainCodeNotFoundError.java
|
215
(17 years ago)
by stehr:
some clean up of exceptions in Pdb and Graph classes:
merged PdbAcCodeNotFoundError and MsdAcCodeNotFoundError into PdbCodeNotFoundError,
created new PdbChainCodeNotFound, got rid of stderr output, throwing exceptions with informative messages instead
|
Pdb.java
|
259
(17 years ago)
by stehr:
completed first version of dssp secondary structure assignment, can be switched on/off by status variable in Start, some other little fixes
|
NodeSet.java
|
230
(17 years ago)
by stehr:
added class NodeSet
|
NodeNbh.java
|
233
(17 years ago)
by duarte:
Added method getCopy
|
NbhProbDistribution.java
|
242
(17 years ago)
by duarte:
Got rid of doneRes ArrayList in getRanks, was redundant
|
MsdsdPdb.java
|
259
(17 years ago)
by stehr:
completed first version of dssp secondary structure assignment, can be switched on/off by status variable in Start, some other little fixes
|
MsdsdInconsistentResidueNumbersError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
Interval.java
|
222
(17 years ago)
by duarte:
New secstruct2resinterval TreeMap to store secondary structure elements as a map of ss string ids to intervals
New class Interval
|
GraphIdNotFoundError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
GraphFileFormatError.java
|
208
(17 years ago)
by duarte:
FIXED BUGS:
- directed was not set when reading from cm file
- pdbChainCode not set when reading from db given pdbCode
- filling pdbresser2resser and resser2pdbresser hashmaps also in reading from pdb file
- using "A" as chainCode when reading from pdb file
- some error handling for file formats: new exception classes GraphFileFormatError and PdbfileFormatError
|
Graph.java
|
252
(17 years ago)
by duarte:
Made constructor public
|
GenericContact.java
|
185
(17 years ago)
by duarte:
Implemented hashCode method in Contact and GenericContact. Was necessary to use these classes as keys in Maps
Fixed bug in equals method in GenericContact
Changed middle character from "\t" to " " in toString
|
FileGraph.java
|
234
(17 years ago)
by duarte:
Made ContactList a TreeSet instead of an ArrayList, should improve performance (log(n) rather than linear)
REFACTORING:
ContactList -> EdgeSet
Contact -> Edge
|
EdgeSet.java
|
234
(17 years ago)
by duarte:
Made ContactList a TreeSet instead of an ArrayList, should improve performance (log(n) rather than linear)
REFACTORING:
ContactList -> EdgeSet
Contact -> Edge
|
EdgeNbh.java
|
196
(17 years ago)
by duarte:
Added toString and getMotifFullGaps missing in EdgeNbh
|
Edge.java
|
238
(17 years ago)
by duarte:
Optimised slightly the compareTo method in Edge
|
DbGraph.java
|
234
(17 years ago)
by duarte:
Made ContactList a TreeSet instead of an ArrayList, should improve performance (log(n) rather than linear)
REFACTORING:
ContactList -> EdgeSet
Contact -> Edge
|
ConformationsNotSameSizeError.java
|
237
(17 years ago)
by duarte:
Now rmsd calculation works for 2 Pdb objects where there are missing residues (unobserved) or missing atoms
New Exception ConformationNotSameSizeError
Still not printing out individual distances between 2 conformations (altghough it is possible)
Can't specify yet a restricted range of residues to calculate rmsd only with them
|
Box.java
|
250
(17 years ago)
by stehr:
added application to count grid density, suppressed warning for secondary structure reassignment
|
Alignment.java
|
248
(17 years ago)
by duarte:
Added method hasTag
|
AA.java
|
229
(17 years ago)
by duarte:
Now calculate_dist_matrix returns the matrix with residue serials as indices (rather than atom serials)
Now AA.isValidSingleCT and AA.isValidMultiCT check also for crossed cases
|