ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/trunk/proteinstructure
r406
File Last Change
 ../
AAinfo.java 372 (16 years ago) by lpetzo:
Alignment.java 405 (16 years ago) by duarte: Alignment and PairwiseAlignmentConverter now using Interval, IntervalSet and TreeSet<Integer> to replace Edge, EdgeSet and NodeSet New class IntervalSet
AlignmentConstructionError.java 385 (16 years ago) by lpetzo: NEW TYPES --------- - FileFormatError - FastaFileFormatError - PirFileFormatError - AlignmentConstructionError MODIFICATIONS ------------- class Alignment: - introduced new exceptions to be throw whenever file format error have been detected or any other construction errors occur - changed accession rules of function getGapCharacter from "public" to "public static" - new functions: * writeFasta class CiffileFormatError: - changed super class from Exception to the new FileFormatError class class GraphFileFormatError: - s. class CiffileFormatError class PairwiseAlignmentConverter: - added exception handling features due to class Alignment class PairwiseAlignmentGraphConverter: - s. class PairwiseAlignmentConverter class PdbFileFormatError: - s. class CifffileFormatError
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
CatalSiteSet.java 382 (16 years ago) by filippis: Methods added for: -parsing CSA -parsing EC -parsing CONSURF-HSSP -running & parsing Naccess -parsing SCOP -writing residues' info in a db table Modifications have been also made in DSSP parsing: -sheet serial is taken into account -flexibility in reduced state preferred
CatalyticSite.java 382 (16 years ago) by filippis: Methods added for: -parsing CSA -parsing EC -parsing CONSURF-HSSP -running & parsing Naccess -parsing SCOP -writing residues' info in a db table Modifications have been also made in DSSP parsing: -sheet serial is taken into account -flexibility in reduced state preferred
CiffileFormatError.java 385 (16 years ago) by lpetzo: NEW TYPES --------- - FileFormatError - FastaFileFormatError - PirFileFormatError - AlignmentConstructionError MODIFICATIONS ------------- class Alignment: - introduced new exceptions to be throw whenever file format error have been detected or any other construction errors occur - changed accession rules of function getGapCharacter from "public" to "public static" - new functions: * writeFasta class CiffileFormatError: - changed super class from Exception to the new FileFormatError class class GraphFileFormatError: - s. class CiffileFormatError class PairwiseAlignmentConverter: - added exception handling features due to class Alignment class PairwiseAlignmentGraphConverter: - s. class PairwiseAlignmentConverter class PdbFileFormatError: - s. class CifffileFormatError
CiffilePdb.java 402 (16 years ago) by duarte: Forgot CiffilePdb!: not forcing upper casing of chainPdbCode. pdb chain codes are case sensitive!!!
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
ContactType.java 326 (17 years ago) by duarte: Removed class AA and replace it by AAinfo, which reads contact types from separate file contactTypes.dat New class ContactType which contains atoms for each contact type and residue. A static object for each contact type is loaded into AAinfo upon reading the contactTypes.dat file Changed all references accordingly
DbGraph.java 361 (16 years ago) by duarte: Now weights are kept in the Edge objects rather than separately in a member variable in Graph
EC.java 382 (16 years ago) by filippis: Methods added for: -parsing CSA -parsing EC -parsing CONSURF-HSSP -running & parsing Naccess -parsing SCOP -writing residues' info in a db table Modifications have been also made in DSSP parsing: -sheet serial is taken into account -flexibility in reduced state preferred
ECRegion.java 382 (16 years ago) by filippis: Methods added for: -parsing CSA -parsing EC -parsing CONSURF-HSSP -running & parsing Naccess -parsing SCOP -writing residues' info in a db table Modifications have been also made in DSSP parsing: -sheet serial is taken into account -flexibility in reduced state preferred
Edge.java 352 (16 years ago) by stehr: Major redesign of NodeSet, now contains objects of new class Node. Nodes are essentially integer which can have additional properties. Added equals methods to NodeSet, EdgeSet, NodesAndEdges. Moved some methods from SimilarityGraph to NodesAndEdges.
EdgeNbh.java 326 (17 years ago) by duarte: Removed class AA and replace it by AAinfo, which reads contact types from separate file contactTypes.dat New class ContactType which contains atoms for each contact type and residue. A static object for each contact type is loaded into AAinfo upon reading the contactTypes.dat file Changed all references accordingly
EdgeSet.java 372 (16 years ago) by lpetzo:
FastaFileFormatError.java 385 (16 years ago) by lpetzo: NEW TYPES --------- - FileFormatError - FastaFileFormatError - PirFileFormatError - AlignmentConstructionError MODIFICATIONS ------------- class Alignment: - introduced new exceptions to be throw whenever file format error have been detected or any other construction errors occur - changed accession rules of function getGapCharacter from "public" to "public static" - new functions: * writeFasta class CiffileFormatError: - changed super class from Exception to the new FileFormatError class class GraphFileFormatError: - s. class CiffileFormatError class PairwiseAlignmentConverter: - added exception handling features due to class Alignment class PairwiseAlignmentGraphConverter: - s. class PairwiseAlignmentConverter class PdbFileFormatError: - s. class CifffileFormatError
FileFormatError.java 385 (16 years ago) by lpetzo: NEW TYPES --------- - FileFormatError - FastaFileFormatError - PirFileFormatError - AlignmentConstructionError MODIFICATIONS ------------- class Alignment: - introduced new exceptions to be throw whenever file format error have been detected or any other construction errors occur - changed accession rules of function getGapCharacter from "public" to "public static" - new functions: * writeFasta class CiffileFormatError: - changed super class from Exception to the new FileFormatError class class GraphFileFormatError: - s. class CiffileFormatError class PairwiseAlignmentConverter: - added exception handling features due to class Alignment class PairwiseAlignmentGraphConverter: - s. class PairwiseAlignmentConverter class PdbFileFormatError: - s. class CifffileFormatError
FileGraph.java 361 (16 years ago) by duarte: Now weights are kept in the Edge objects rather than separately in a member variable in Graph
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 404 (16 years ago) by duarte: Not asserting anymore pdbChainCode to be uppercase. pdb chain codes are case sensitive!
GraphAverager.java 379 (16 years ago) by stehr: redesign of TinkerRunner: added 2 reconstruct methods, one which generates normal tinker output for a given number of models, and one fully automatic one which simply returns one pdb object; updated reconstruct.java to make use of the new TinkerRunner method; updated GraphAverager: now assigning edgetype and cutoff to consensus graph
GraphFileFormatError.java 385 (16 years ago) by lpetzo: NEW TYPES --------- - FileFormatError - FastaFileFormatError - PirFileFormatError - AlignmentConstructionError MODIFICATIONS ------------- class Alignment: - introduced new exceptions to be throw whenever file format error have been detected or any other construction errors occur - changed accession rules of function getGapCharacter from "public" to "public static" - new functions: * writeFasta class CiffileFormatError: - changed super class from Exception to the new FileFormatError class class GraphFileFormatError: - s. class CiffileFormatError class PairwiseAlignmentConverter: - added exception handling features due to class Alignment class PairwiseAlignmentGraphConverter: - s. class PairwiseAlignmentConverter class PdbFileFormatError: - s. class CifffileFormatError
GraphIdNotFoundError.java 172 (17 years ago) by duarte: Got rid of some unnecessary warnings
Interval.java 405 (16 years ago) by duarte: Alignment and PairwiseAlignmentConverter now using Interval, IntervalSet and TreeSet<Integer> to replace Edge, EdgeSet and NodeSet New class IntervalSet
IntervalSet.java 405 (16 years ago) by duarte: Alignment and PairwiseAlignmentConverter now using Interval, IntervalSet and TreeSet<Integer> to replace Edge, EdgeSet and NodeSet New class IntervalSet
MaxClusterRunner.java 391 (16 years ago) by stehr: started implementing a wrapper for the Maxcluster application (some related code is now in SimilarityGraph but should be moved to MaxClusterRunner in the future)
MsdsdInconsistentResidueNumbersError.java 172 (17 years ago) by duarte: Got rid of some unnecessary warnings
MsdsdPdb.java 401 (16 years ago) by duarte: Not forcing upper casing of chainPdbCode. pdb chain codes are case sensitive!!!
NbhProbDistribution.java 242 (17 years ago) by duarte: Got rid of doneRes ArrayList in getRanks, was redundant
Node.java 352 (16 years ago) by stehr: Major redesign of NodeSet, now contains objects of new class Node. Nodes are essentially integer which can have additional properties. Added equals methods to NodeSet, EdgeSet, NodesAndEdges. Moved some methods from SimilarityGraph to NodesAndEdges.
NodeNbh.java 394 (16 years ago) by duarte: New method getMotifReducedAlphabet to get neighbourhood strings in Michael's reduced style (must pass a Graph with weights which indicate BB or SC domination)
NodeSet.java 352 (16 years ago) by stehr: Major redesign of NodeSet, now contains objects of new class Node. Nodes are essentially integer which can have additional properties. Added equals methods to NodeSet, EdgeSet, NodesAndEdges. Moved some methods from SimilarityGraph to NodesAndEdges.
NodesAndEdges.java 352 (16 years ago) by stehr: Major redesign of NodeSet, now contains objects of new class Node. Nodes are essentially integer which can have additional properties. Added equals methods to NodeSet, EdgeSet, NodesAndEdges. Moved some methods from SimilarityGraph to NodesAndEdges.
PairwiseAlignmentConverter.java 406 (16 years ago) by duarte: Reverting to last revision, changes made in 405 were wrong
PairwiseAlignmentGraphConverter.java 385 (16 years ago) by lpetzo: NEW TYPES --------- - FileFormatError - FastaFileFormatError - PirFileFormatError - AlignmentConstructionError MODIFICATIONS ------------- class Alignment: - introduced new exceptions to be throw whenever file format error have been detected or any other construction errors occur - changed accession rules of function getGapCharacter from "public" to "public static" - new functions: * writeFasta class CiffileFormatError: - changed super class from Exception to the new FileFormatError class class GraphFileFormatError: - s. class CiffileFormatError class PairwiseAlignmentConverter: - added exception handling features due to class Alignment class PairwiseAlignmentGraphConverter: - s. class PairwiseAlignmentConverter class PdbFileFormatError: - s. class CifffileFormatError
PairwiseSequenceAlignment.java 399 (16 years ago) by stehr: added class PairwiseSequenceAlignment
Pdb.java 403 (16 years ago) by filippis: OXT is taken into account now also for BB contact type
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 401 (16 years ago) by duarte: Not forcing upper casing of chainPdbCode. pdb chain codes are case sensitive!!!
PdbfileFormatError.java 385 (16 years ago) by lpetzo: NEW TYPES --------- - FileFormatError - FastaFileFormatError - PirFileFormatError - AlignmentConstructionError MODIFICATIONS ------------- class Alignment: - introduced new exceptions to be throw whenever file format error have been detected or any other construction errors occur - changed accession rules of function getGapCharacter from "public" to "public static" - new functions: * writeFasta class CiffileFormatError: - changed super class from Exception to the new FileFormatError class class GraphFileFormatError: - s. class CiffileFormatError class PairwiseAlignmentConverter: - added exception handling features due to class Alignment class PairwiseAlignmentGraphConverter: - s. class PairwiseAlignmentConverter class PdbFileFormatError: - s. class CifffileFormatError
PdbfilePdb.java 401 (16 years ago) by duarte: Not forcing upper casing of chainPdbCode. pdb chain codes are case sensitive!!!
PirFileFormatError.java 385 (16 years ago) by lpetzo: NEW TYPES --------- - FileFormatError - FastaFileFormatError - PirFileFormatError - AlignmentConstructionError MODIFICATIONS ------------- class Alignment: - introduced new exceptions to be throw whenever file format error have been detected or any other construction errors occur - changed accession rules of function getGapCharacter from "public" to "public static" - new functions: * writeFasta class CiffileFormatError: - changed super class from Exception to the new FileFormatError class class GraphFileFormatError: - s. class CiffileFormatError class PairwiseAlignmentConverter: - added exception handling features due to class Alignment class PairwiseAlignmentGraphConverter: - s. class PairwiseAlignmentConverter class PdbFileFormatError: - s. class CifffileFormatError
PredEval.java 362 (16 years ago) by stehr: renamed precision to accuracy (in accordance with Casp)
Scop.java 382 (16 years ago) by filippis: Methods added for: -parsing CSA -parsing EC -parsing CONSURF-HSSP -running & parsing Naccess -parsing SCOP -writing residues' info in a db table Modifications have been also made in DSSP parsing: -sheet serial is taken into account -flexibility in reduced state preferred
ScopRegion.java 382 (16 years ago) by filippis: Methods added for: -parsing CSA -parsing EC -parsing CONSURF-HSSP -running & parsing Naccess -parsing SCOP -writing residues' info in a db table Modifications have been also made in DSSP parsing: -sheet serial is taken into account -flexibility in reduced state preferred
SecStrucElement.java 383 (16 years ago) by filippis: inSameSheet, isOther and getSheetSerial methods added in SecStrucElement
SecondaryStructure.java 276 (17 years ago) by duarte: Added secondary structure to write_graph_to_db New method getNumSecStructureElements in SecondaryStructure
SimilarityGraph.java 352 (16 years ago) by stehr: Major redesign of NodeSet, now contains objects of new class Node. Nodes are essentially integer which can have additional properties. Added equals methods to NodeSet, EdgeSet, NodesAndEdges. Moved some methods from SimilarityGraph to NodesAndEdges.
aapairsBounds.dat 335 (17 years ago) by duarte: Now ConstraintsMaker works also for multi atom contact types (BB and SC) and crosses (either BB/SC or any cross to a single atom contact type) New file aapairsBounds.dat with values for aminoacid side chains distance lower and upper bounds taken from statistics of a set of pdb representatives New in AAinfo: aapairs2bounds and changed getUpperBoundDistance, getUpperBoundDistance to accomodate aapairs2bounds PRMInfo: now for amber "OXT" gets transformed into "O"
contactTypes.dat 326 (17 years ago) by duarte: Removed class AA and replace it by AAinfo, which reads contact types from separate file contactTypes.dat New class ContactType which contains atoms for each contact type and residue. A static object for each contact type is loaded into AAinfo upon reading the contactTypes.dat file Changed all references accordingly
(Current path doesn't exist after revision 950)
         53 files shown