../
|
sadp/
|
370
(14 years ago)
by lpetzo:
to be thrown if the construction of a contact map from a proteinstructure.Graph instance fails
|
actionTools/
|
369
(14 years ago)
by lpetzo:
This package provides a set of very basic abstract classes serving as interfaces to very basic tasks such as:
1. condition checkings (class Checker),
2. data retrieval (class Retriever) and
3. pure workers that perform any kind of actions that do not depend on any kind of input data (class Doer).
Each of these classes is a subclass of class Action which only purpose is to store the object affected by the subclasses action method.
|
tinker/
|
368
(14 years ago)
by duarte:
Now parsing tinker's error function value, changed report file format (again!!)
|
proteinstructure/
|
365
(14 years ago)
by duarte:
New method getEdge in EdgeSet, necessary since we introduced weights in the Edge class. To retrieve them we first need to retrieve the actual Edge object
|
tools/
|
350
(14 years ago)
by stehr:
Machine: added main and some other methods; MySQLConnection: added explicit handling of some exceptions
|
reconstruct.java
|
368
(14 years ago)
by duarte:
Now parsing tinker's error function value, changed report file format (again!!)
|
scoreTargetMoves.java
|
366
(14 years ago)
by duarte:
Now throwing all exceptions
|
genDbGraph.java
|
359
(14 years ago)
by duarte:
Now can do multiple contact types/cutoffs per pdb structure
|
testResidueSelectionString.java
|
351
(14 years ago)
by stehr:
added some test programs to default package
|
testGraphClustering.java
|
351
(14 years ago)
by stehr:
added some test programs to default package
|
testGraphAverager.java
|
351
(14 years ago)
by stehr:
added some test programs to default package
|
testDeltaDistanceMap.java
|
327
(14 years ago)
by stehr:
fixed missing references to constants in class AA
|
Manifest.txt
|
321
(14 years ago)
by stehr:
added test program for difference distance maps, updated Manifest to v0.8.5
|
writeTargetMoves.java
|
313
(14 years ago)
by lappe:
short form to compress nbstrings = condense multiple occurence of a symbol in the nbhstring to 1. Still a bitz buggy. sometimes 2 symbols are left in ?
|
calculateGridDensity.java
|
303
(14 years ago)
by stehr:
added writeResultsToFile()
|
rewriteNBHood.java
|
299
(14 years ago)
by lappe:
only one out of both BB/SC insertion per moves based
on sc/bb domin. out of temp shell
|
rewriteNBHood_parallel.java
|
291
(14 years ago)
by lappe:
1st version scoring with pdb_reps_graph_4_2 and full nbhood string
|
genGraph.java
|
285
(14 years ago)
by duarte:
Fixed a few bugs in reading of list file
Better output and error messages
|
cnCoarseNbhood.java
|
272
(14 years ago)
by lappe:
|
cnEvalTargetNbhood.java
|
271
(14 years ago)
by lappe:
|
iterEvalNbhood.java
|
269
(14 years ago)
by lappe:
|
iterateUpperNbs.java
|
268
(14 years ago)
by lappe:
|
hashIterNbhood.java
|
267
(14 years ago)
by lappe:
|
cnHashIterNbhood.java
|
266
(14 years ago)
by lappe:
|
cnex1.java
|
265
(14 years ago)
by lappe:
final version
incl. pessimistic tie-break
|
benchmarkGraphAlgorithm.java
|
254
(14 years ago)
by duarte:
Also writing graph to file
|
testPdb.java
|
215
(14 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
|
compareCMs.java
|
215
(14 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
|
testPymolServer.java
|
203
(14 years ago)
by duarte:
Using apache xmlrpc version 3.0 in PyMolServerOutputStream
|
iterateNbhood.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
testClusterConnection.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
testMySQLConnection.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
listInfoGain.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
iterateUpperNbhood.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
listInfoLoss.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
maxInfoGain.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
minInfoGain.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
iterateNbs.java
|
202
(14 years ago)
by duarte:
MySQLConnection now throwing SQLException on connect
Many files changed following this: all calling classes now re-throwing or catching the SQLException
|
testGraph2Pml.java
|
116
(15 years ago)
by filippis:
testGraph2Pml.java fixed according to changes made in Msdsd2Pdb.java
|
testPyMol.java
|
114
(15 years ago)
by duarte:
Initial commit. PyMol API script example, also using our PymolServerOutputStream to send commands directly to server
|
makeNbhTbl.java
|
24
(16 years ago)
by stehr:
moved executables (classes with main function) to root directory
|