../
|
AA.java
|
200
(17 years ago)
by duarte:
New isValidCT methods in AA
New method get_resser_from_atomser in Pdb
|
Contact.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
|
ContactList.java
|
178
(17 years ago)
by duarte:
Fixed bug in getMaxRange method, was not assigning to the max variable
Added toString method to Contact
|
DbGraph.java
|
210
(17 years ago)
by duarte:
Now throwing also SQLExceptions for individual queries, not just for connections
|
EdgeNbh.java
|
196
(17 years ago)
by duarte:
Added toString and getMotifFullGaps missing in EdgeNbh
|
FileGraph.java
|
209
(17 years ago)
by duarte:
Throwing exception also in case graph file not in right format at all (no #AGLAPPE in 1st line)
Fixed bug: was not reading correctly #PDB CHAIN CODE
|
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
|
Graph.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
|
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
|
GraphIdNotFoundError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
MsdsdAcCodeNotFoundError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
MsdsdInconsistentResidueNumbersError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
MsdsdPdb.java
|
210
(17 years ago)
by duarte:
Now throwing also SQLExceptions for individual queries, not just for connections
|
NbhProbDistribution.java
|
199
(17 years ago)
by duarte:
Implemented getRanks()
|
NodeNbh.java
|
196
(17 years ago)
by duarte:
Added toString and getMotifFullGaps missing in EdgeNbh
|
Pdb.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
|
PdbaseAcCodeNotFoundError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
PdbaseInconsistencyError.java
|
172
(17 years ago)
by duarte:
Got rid of some unnecessary warnings
|
PdbasePdb.java
|
210
(17 years ago)
by duarte:
Now throwing also SQLExceptions for individual queries, not just for connections
|
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
|
PdbfilePdb.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
|