ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/owl/trunk/proteinstructure/Pdb.java
Links to HEAD: (view) (annotate)
Sticky Revision:
(Current path doesn't exist after revision 950)
Sort logs by:
Revision 175 - (view) (annotate) - [select for diffs]
Modified Fri May 25 17:31:58 2007 UTC (17 years, 4 months ago) by duarte
File length: 16818 byte(s)
Diff to previous 159
FIXED BUG in initialisation of fullLength when reading from file. In case of no sequence and nodes provided, was not getting correctly the maximum value for contacts. Now using the method getMaxContact from new class ContactList
NEW FUNCTIONALITY in Graph:
-New member variable modified
-New methods addEdge, delEdge, restrictContactsToMaxRange, restrictContactsToMinRange, getContacts, getNodes, copy
-Improved slightly the implementation of getEdgeNbh 
FIXED BUG in initialisation of fullLenght when reading from file. In case of no sequence and nodes provided, was not getting correctly the maximum value for contacts. Now using the method getMaxContact from ContactList
New class ContactList
NEW FUNCTIONALITY in Graph:
-New member variable modified
-New methods addEdge, delEdge, restrictContactsToMaxRange, restrictContactsToMinRange, getContacts, getNodes, copy
-Improved slightly the implementation of getEdgeNbh 
New method getRange in Contact
Revision 159 - (view) (annotate) - [select for diffs]
Modified Thu May 24 09:37:25 2007 UTC (17 years, 4 months ago) by duarte
File length: 16832 byte(s)
Diff to previous 156
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
Revision 156 - (view) (annotate) - [select for diffs]
Modified Tue May 22 10:40:04 2007 UTC (17 years, 4 months ago) by duarte
File length: 16939 byte(s)
Diff to previous 154
Now passing also chaincode from Pdb object to Graph object in get_graph
Revision 154 - (view) (annotate) - [select for diffs]
Modified Fri May 18 09:32:28 2007 UTC (17 years, 4 months ago) by duarte
File length: 16929 byte(s)
Diff to previous 153
Recoded chain reading in read_pdb_data_from_file to make it clearer, no change in functionality
Revision 153 - (view) (annotate) - [select for diffs]
Modified Wed May 16 17:22:08 2007 UTC (17 years, 4 months ago) by duarte
File length: 16991 byte(s)
Diff to previous 145
NEW FUNCTIONALITY: Reading from pdb file given chain code or model serial fully implemented
Changed the chain that is dumped in dump2pdbfile directly to the Pdb.chain field i.e. internal chain identifier
Loads of new comments, including java doc for all constructors
Revision 145 - (view) (annotate) - [select for diffs]
Modified Tue May 15 13:28:24 2007 UTC (17 years, 4 months ago) by duarte
File length: 13486 byte(s)
Diff to previous 140
Made some fields public: sequence, accode, chaincode, model
Revision 140 - (view) (annotate) - [select for diffs]
Modified Mon May 14 15:34:21 2007 UTC (17 years, 4 months ago) by stehr
File length: 13465 byte(s)
Diff to previous 139
Made Pdb.acccode public
Revision 139 - (view) (annotate) - [select for diffs]
Modified Mon May 14 15:29:08 2007 UTC (17 years, 4 months ago) by duarte
File length: 13458 byte(s)
Diff to previous 138
Changed default accode and chaincode to "Unknown" when reading from pdb file
Revision 138 - (view) (annotate) - [select for diffs]
Modified Mon May 14 14:58:29 2007 UTC (17 years, 4 months ago) by duarte
File length: 13399 byte(s)
Diff to previous 137
FIXED BUG: wasn't setting the chain field when reading from msdsd
Revision 137 - (view) (annotate) - [select for diffs]
Modified Mon May 14 14:53:09 2007 UTC (17 years, 4 months ago) by stehr
File length: 13370 byte(s)
Diff to previous 135
Made chain field in PDB class public
Revision 135 - (view) (annotate) - [select for diffs]
Modified Mon May 14 09:49:04 2007 UTC (17 years, 4 months ago) by duarte
File length: 13363 byte(s)
Diff to previous 133
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
Revision 133 - (view) (annotate) - [select for diffs]
Modified Fri May 11 09:37:38 2007 UTC (17 years, 4 months ago) by duarte
File length: 12833 byte(s)
Diff to previous 130
New functionality: now can create a Pdb object passing a model serial for NMR structures. Not implemented when reading from pdb files!
Revision 130 - (view) (annotate) - [select for diffs]
Modified Thu May 10 15:52:24 2007 UTC (17 years, 4 months ago) by duarte
File length: 11799 byte(s)
Diff to previous 129
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
Revision 129 - (view) (annotate) - [select for diffs]
Modified Thu May 10 13:12:32 2007 UTC (17 years, 4 months ago) by duarte
File length: 10095 byte(s)
Diff to previous 127
NEW FUNCTIONALITY: can retrieve now a ContactMap object from a Graph object
New method getCM in Graph. New member variables: sequence, accode, chain, nodes, directed
Passing more data from Pdb to Graph in get_graph
New constructor in ContactMap
Revision 127 - (view) (annotate) - [select for diffs]
Modified Wed May 9 14:54:02 2007 UTC (17 years, 4 months ago) by duarte
File length: 8991 byte(s)
Diff to previous 124
Implemented read of pdb data from pdb file.
FIXED BUG in dumping of pdb file. Was missing end of line in atom lines
Added more tests in testPdb

Revision 124 - (view) (annotate) - [select for diffs]
Modified Wed May 9 11:57:24 2007 UTC (17 years, 4 months ago) by duarte
File length: 6497 byte(s)
Diff to previous 123
Added error handling for PdbaseInfo: 2 new exception classes
Revision 123 - (view) (annotate) - [select for diffs]
Added Wed May 9 10:45:53 2007 UTC (17 years, 4 months ago) by duarte
File length: 6320 byte(s)
Initial commit of the proteinstructure package. Contains classes to use pdb protein structures

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a