ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/trunk/proteinstructure
r325
File Last Change
 ../
AA.java 320 (17 years ago) by stehr: added calculation of difference distance map
Alignment.java 248 (17 years ago) by duarte: Added method hasTag
Box.java 282 (17 years ago) by duarte: Made get_graph a bit less memory hungry, by using a float[][] instead of double[][] Not printing warnings about missing atoms anymore
CiffileFormatError.java 314 (17 years ago) by duarte: Checking number of fields per line in loop elements and throwing exception if count is not correect Doing tokenisation of lines through new function that takes care of possible quoted string with spaces New exception CiffileFormatError Checking 1st line of cif file has correct format: data_1xxx, if not throwing exception
CiffilePdb.java 319 (17 years ago) by stehr: added constructors for loading from online pdb
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
DbGraph.java 284 (17 years ago) by duarte: Introduced weights in Graph objects: we can read them from file or db and write them into file or db. On calling pdb.get_graph the weighs are taken as number of atom-edges per residue-edge (similar to Ioannis weights in chain_graph tables)
Edge.java 238 (17 years ago) by duarte: Optimised slightly the compareTo method in Edge
EdgeNbh.java 196 (17 years ago) by duarte: Added toString and getMotifFullGaps missing in EdgeNbh
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
FileGraph.java 284 (17 years ago) by duarte: Introduced weights in Graph objects: we can read them from file or db and write them into file or db. On calling pdb.get_graph the weighs are taken as number of atom-edges per residue-edge (similar to Ioannis weights in chain_graph tables)
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 288 (17 years ago) by spriya: Better checks for sequence equality in compare
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
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
MsdsdInconsistentResidueNumbersError.java 172 (17 years ago) by duarte: Got rid of some unnecessary warnings
MsdsdPdb.java 278 (17 years ago) by duarte: Fixed bug with getFullLength when reading from pdb file Now if SEQRES was missing then fullLength is maximum observed residue number instead of total number of observed residue numbers New member variables obsLength and fullLength
NbhProbDistribution.java 242 (17 years ago) by duarte: Got rid of doneRes ArrayList in getRanks, was redundant
NodeNbh.java 281 (17 years ago) by stehr: fixed little bug in NodeNbh
NodeSet.java 325 (17 years ago) by stehr: added parsing of residue selection strings
Pdb.java 324 (17 years ago) by duarte: 2 new methods: getAllAtomSerials, getAtomCoord
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
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
PdbaseInconsistencyError.java 172 (17 years ago) by duarte: Got rid of some unnecessary warnings
PdbasePdb.java 311 (17 years ago) by duarte: Fixed buf: sometimes struct_conf can be non-loop elements, now also taking care of that particular case
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 301 (17 years ago) by stehr: changed constant for unknown pdb code from "Unknown" to XXXX
SecStrucElement.java 274 (17 years ago) by stehr: Added new SecondaryStructure object to Pdb and Graph
SecondaryStructure.java 276 (17 years ago) by duarte: Added secondary structure to write_graph_to_db New method getNumSecStructureElements in SecondaryStructure
(Current path doesn't exist after revision 950)
         30 files shown