../
|
AA.java
|
200
(13 years ago)
by duarte:
New isValidCT methods in AA
New method get_resser_from_atomser in Pdb
|
Contact.java
|
185
(13 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
|
ContactList.java
|
178
(13 years ago)
by duarte:
Fixed bug in getMaxRange method, was not assigning to the max variable
Added toString method to Contact
|
DbGraph.java
|
217
(13 years ago)
by stehr:
now casting pdb codes to lower and pdb chain codes to upper in all constructors
|
EdgeNbh.java
|
196
(13 years ago)
by duarte:
Added toString and getMotifFullGaps missing in EdgeNbh
|
FileGraph.java
|
212
(13 years ago)
by duarte:
Fixed bug in regex introduced in last revision
|
GenericContact.java
|
185
(13 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
|
Graph.java
|
217
(13 years ago)
by stehr:
now casting pdb codes to lower and pdb chain codes to upper in all constructors
|
GraphFileFormatError.java
|
208
(13 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
|
GraphIdNotFoundError.java
|
172
(13 years ago)
by duarte:
Got rid of some unnecessary warnings
|
MsdsdInconsistentResidueNumbersError.java
|
172
(13 years ago)
by duarte:
Got rid of some unnecessary warnings
|
MsdsdPdb.java
|
219
(13 years ago)
by duarte:
Now reading also secondary structure (in a map of residue serials to secondary structure identifiers)
|
NbhProbDistribution.java
|
199
(13 years ago)
by duarte:
Implemented getRanks()
|
NodeNbh.java
|
196
(13 years ago)
by duarte:
Added toString and getMotifFullGaps missing in EdgeNbh
|
Pdb.java
|
219
(13 years ago)
by duarte:
Now reading also secondary structure (in a map of residue serials to secondary structure identifiers)
|
PdbChainCodeNotFoundError.java
|
215
(13 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
|
PdbCodeNotFoundError.java
|
215
(13 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
|
PdbaseInconsistencyError.java
|
172
(13 years ago)
by duarte:
Got rid of some unnecessary warnings
|
PdbasePdb.java
|
219
(13 years ago)
by duarte:
Now reading also secondary structure (in a map of residue serials to secondary structure identifiers)
|
PdbfileFormatError.java
|
208
(13 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
|
PdbfilePdb.java
|
219
(13 years ago)
by duarte:
Now reading also secondary structure (in a map of residue serials to secondary structure identifiers)
|