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 575 - (view) (annotate) - [select for diffs]
Modified Tue Apr 1 09:37:23 2008 UTC (16 years, 6 months ago) by filippis
File length: 9622 byte(s)
Diff to previous 571
reconstruct:
-rmsd to mirrored pdb has been added in the report file

Pdb:
-comment for outputing missing atoms added

PairwiseSequenceAlignment:
-constructor with parameters openScore and extendScore for the gaps has been added
Revision 571 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 10:02:43 2008 UTC (16 years, 6 months ago) by duarte
File length: 9317 byte(s)
Diff to previous 541
Fixed bug: the check for contact type validity was not correctly done
Revision 541 - (view) (annotate) - [select for diffs]
Modified Thu Feb 14 18:30:47 2008 UTC (16 years, 7 months ago) by duarte
File length: 9278 byte(s)
Diff to previous 539
Added a FAST switch to reconstruct and a reconstructFast method in TinkerRunner: without simulated annealing tinker runs much faster.
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
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
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
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
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) - [select for diffs]
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
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