ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/trunk/proteinstructure
r159
File Last Change
 ../
Contact.java 123 (17 years ago) by duarte: Initial commit of the proteinstructure package. Contains classes to use pdb protein structures
PdbaseInconsistencyError.java 124 (17 years ago) by duarte: Added error handling for PdbaseInfo: 2 new exception classes
PdbaseAcCodeNotFoundError.java 124 (17 years ago) by duarte: Added error handling for PdbaseInfo: 2 new exception classes
MsdsdAcCodeNotFoundError.java 130 (17 years ago) by duarte: NEW FEATURE: reading pdb data from msdsd New classes MsdsdInfo and its exception classes FIXED BUG in dump2pdbfile in Pdb: was not sorting the atom lines
MsdsdInconsistentResidueNumbersError.java 130 (17 years ago) by duarte: NEW FEATURE: reading pdb data from msdsd New classes MsdsdInfo and its exception classes FIXED BUG in dump2pdbfile in Pdb: was not sorting the atom lines
PdbaseInfo.java 135 (17 years ago) by duarte: NEW FUNCTIONALITY: reading of graph from db is fully implemented for all cases New chain member variable in the Info classes, read in get_asym_id (Pdbase) and in get_chain_id (Msdsd) Reading chain also in Pdb in read_pdb_data_from_file Not reading chain anymore in read_atomData of PdbaseInfo Added oneletter2threeletter and getoneletter2threeletter to AA class Changes in Graph: - added db static vars and getUserName method - new member variables graphid and sm_id - new method read_graph_from_db to read contacts, nodes (and sequence from nodes) from db - new method getgraphid New Exception class GraphIdNotFoundError
GraphIdNotFoundError.java 135 (17 years ago) by duarte: NEW FUNCTIONALITY: reading of graph from db is fully implemented for all cases New chain member variable in the Info classes, read in get_asym_id (Pdbase) and in get_chain_id (Msdsd) Reading chain also in Pdb in read_pdb_data_from_file Not reading chain anymore in read_atomData of PdbaseInfo Added oneletter2threeletter and getoneletter2threeletter to AA class Changes in Graph: - added db static vars and getUserName method - new member variables graphid and sm_id - new method read_graph_from_db to read contacts, nodes (and sequence from nodes) from db - new method getgraphid New Exception class GraphIdNotFoundError
AA.java 135 (17 years ago) by duarte: NEW FUNCTIONALITY: reading of graph from db is fully implemented for all cases New chain member variable in the Info classes, read in get_asym_id (Pdbase) and in get_chain_id (Msdsd) Reading chain also in Pdb in read_pdb_data_from_file Not reading chain anymore in read_atomData of PdbaseInfo Added oneletter2threeletter and getoneletter2threeletter to AA class Changes in Graph: - added db static vars and getUserName method - new member variables graphid and sm_id - new method read_graph_from_db to read contacts, nodes (and sequence from nodes) from db - new method getgraphid New Exception class GraphIdNotFoundError
MsdsdInfo.java 136 (17 years ago) by duarte: FIXED BUG: pdb data load from msdsd wasn't working for NULL chaincodes
Graph.java 159 (17 years ago) by duarte: Moved ContactMap and EdgeState out of this repository. Extra functionality of ContactMap now in Graph: - new member variables fullLength, obsLength, numContacts. New method getIntMatrix - removed getCM method
Pdb.java 159 (17 years ago) by duarte: Moved ContactMap and EdgeState out of this repository. Extra functionality of ContactMap now in Graph: - new member variables fullLength, obsLength, numContacts. New method getIntMatrix - removed getCM method
(Current path doesn't exist after revision 950)
         11 files shown