ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/owl/trunk/reconstruct.java
Links to HEAD: (view) (annotate)
Sticky Revision:
(Current path doesn't exist after revision 950)
Sort logs by:
Revision 539 - (view) (annotate) - [select for diffs]
Modified Thu Feb 14 13:38:29 2008 UTC (16 years, 7 months ago) by stehr
File length: 9108 byte(s)
Diff to previous 538 , to selected 441
some refactoring in TinkerRunner and related classes (moved forceConstant parameter from constructor to reconstruct method; made force field file type an enum)
Revision 538 - (view) (annotate) - [select for diffs]
Modified Thu Feb 14 11:56:26 2008 UTC (16 years, 7 months ago) by duarte
File length: 9049 byte(s)
Diff to previous 492 , to selected 441
New option in reconstruct: -f force constant. New constructor in TinkerRunner that takes the force constant, previous constructor will work as before with the default constant.
Revision 492 - (view) (annotate) - [select for diffs]
Modified Wed Jan 2 13:18:57 2008 UTC (16 years, 8 months ago) by duarte
File length: 8846 byte(s)
Copied from: branches/aglappe-jung/reconstruct.java revision 491
Diff to previous 485 , to selected 441
Copied the aglappe-jung branch into trunk.

Revision 485 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 15:42:46 2007 UTC (16 years, 9 months ago) by duarte
Original Path: branches/aglappe-jung/reconstruct.java
File length: 8846 byte(s)
Diff to previous 471 , to selected 441
Now exiting upon distgeom error
Revision 471 - (view) (annotate) - [select for diffs]
Modified Wed Dec 12 17:17:01 2007 UTC (16 years, 9 months ago) by duarte
Original Path: branches/aglappe-jung/reconstruct.java
File length: 8808 byte(s)
Diff to previous 441
Added option for min range and max range filtering (-m, -M)
Fixed output of an exception
Revision 441 - (view) (annotate) - [selected]
Modified Thu Nov 29 15:19:37 2007 UTC (16 years, 10 months ago) by duarte
Original Path: branches/aglappe-jung/reconstruct.java
File length: 8199 byte(s)
Diff to previous 420
Now Pdb constructors don't load data but rather intialise the pdbCode, loading occurs upon call of load(pdbChainCode,modelSerial)
New methods getChains() and getModels() in all Pdb classes
New Exception PdbLoadError
New tester for getChains and getModels: testGetChains
Changed all calls to Pdb construction accordingly (includes changing excpetions)
Revision 420 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 17:27:44 2007 UTC (16 years, 10 months ago) by duarte
Original Path: branches/aglappe-jung/reconstruct.java
File length: 8448 byte(s)
Diff to previous 419 , to selected 441
First implementation of the new graph framework using JUNG2. Still a few classes to fix, but all basic functionality is there.
NOTE: at the moment ProtStructGraph is a SparseGraph which doesn't guarantee that the graph has no parallel or loop edges (I thought that would be solved by using the SimpleGraph interface but it doesn't, that's only a marker interface)
Revision 419 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 14:09:18 2007 UTC (16 years, 10 months ago) by duarte
Original Path: branches/aglappe-jung/reconstruct.java
File length: 8432 byte(s)
Diff to previous 393 , to selected 441
Re-branching for JUNG2 development
Revision 393 - (view) (annotate) - [select for diffs]
Modified Thu Nov 8 11:49:38 2007 UTC (16 years, 10 months ago) by duarte
File length: 8432 byte(s)
Diff to previous 379 , to selected 441
Moved DEFAULT_FORCECONSTANT up to TinkerRunner. New member variable defaultForceConstant in ConstraintsMaker
Revision 379 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 14:22:54 2007 UTC (16 years, 10 months ago) by stehr
File length: 8315 byte(s)
Diff to previous 373 , to selected 441
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

Revision 373 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 15:25:46 2007 UTC (16 years, 11 months ago) by duarte
File length: 11623 byte(s)
Diff to previous 368 , to selected 441
Fixed (yet again) the report output, now also outputting size (number of residues) of protein
Revision 368 - (view) (annotate) - [select for diffs]
Modified Thu Oct 25 09:38:02 2007 UTC (16 years, 11 months ago) by duarte
File length: 11157 byte(s)
Diff to previous 367 , to selected 441
Now parsing tinker's error function value, changed report file format (again!!)
Revision 367 - (view) (annotate) - [select for diffs]
Modified Wed Oct 24 13:29:15 2007 UTC (16 years, 11 months ago) by duarte
File length: 11051 byte(s)
Diff to previous 349 , to selected 441
Changed name of native output pdb file
Revision 349 - (view) (annotate) - [select for diffs]
Modified Thu Oct 11 12:29:42 2007 UTC (16 years, 11 months ago) by duarte
File length: 11049 byte(s)
Diff to previous 348 , to selected 441
Now writing also original pdb file
Fixed output of rmsd: now only few decimal figures output
Revision 348 - (view) (annotate) - [select for diffs]
Modified Thu Oct 11 12:09:57 2007 UTC (16 years, 11 months ago) by duarte
File length: 10456 byte(s)
Diff to previous 347 , to selected 441
Now tinker.log has also baseName in file name
Revision 347 - (view) (annotate) - [select for diffs]
Modified Thu Oct 11 08:54:50 2007 UTC (16 years, 11 months ago) by duarte
File length: 10446 byte(s)
Diff to previous 346 , to selected 441
Writing report to file instead of standard output
Catching unknown errors in runDistgeom (all other non-zero exit values)
Revision 346 - (view) (annotate) - [select for diffs]
Modified Thu Oct 11 08:38:36 2007 UTC (16 years, 11 months ago) by duarte
File length: 10094 byte(s)
Diff to previous 344 , to selected 441
Doing more input error checks
In ConstraintsMaker createConstraints won't throw Exception anymore, we only assery that ALL can't be used
Revision 344 - (view) (annotate) - [select for diffs]
Modified Wed Oct 10 16:24:50 2007 UTC (16 years, 11 months ago) by stehr
File length: 9846 byte(s)
Diff to previous 340 , to selected 441
cathing InterruptedException from TinkerRunner
Revision 340 - (view) (annotate) - [select for diffs]
Modified Wed Oct 10 15:13:45 2007 UTC (16 years, 11 months ago) by duarte
File length: 9687 byte(s)
Diff to previous 338 , to selected 441
Fixed the output
Revision 338 - (view) (annotate) - [select for diffs]
Added Fri Oct 5 11:56:28 2007 UTC (16 years, 11 months ago) by duarte
File length: 9727 byte(s)
Diff to selected 441
Initial commit of reconstruct script. Works only sometimes!! Some others doesn't run distgeom without apparent reason!
Throwing less exceptions in ConstraintsMaker

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