ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/branches/aglappe-jung
r488
File Last Change
 ../
actionTools/ 447 (17 years ago) by lpetzo: class Getter: - function get() is now throwing GetterError exception class GetterError: - wrapper exception for all type of exceptions thrown in the get() function of class Getter
sadp/ 450 (17 years ago) by lpetzo: ... some more comments
tools/ 479 (17 years ago) by duarte: Submission of commands is now async
graphAveraging/ 483 (17 years ago) by stehr: added methods to calculate and filter by consensus scores
proteinstructure/ 487 (17 years ago) by stehr: added new classes RIGEnsemble and FileTypeGuesser (used by Casp Consensus Contact prediction)
tinker/ 488 (17 years ago) by duarte: T
scoreTargetMoves.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
iterateNbhood.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
iterateUpperNbs.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
testClusterConnection.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
testMySQLConnection.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
writeTargetMoves.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
Manifest.txt 419 (17 years ago) by duarte: Re-branching for JUNG2 development
testGraph2Pml.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
hashIterNbhood.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
createGraphDb.sh 419 (17 years ago) by duarte: Re-branching for JUNG2 development
rewriteNBHood_parallel.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
cnCoarseNbhood.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
testPymolServer.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
listInfoGain.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
cnHashIterNbhood.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
cnEvalTargetNbhood.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
cnex1.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
iterateUpperNbhood.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
listInfoLoss.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
rewriteNBHood.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
testPyMol.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
maxInfoGain.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
minInfoGain.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
makeNbhTbl.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
iterateNbs.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
iterEvalNbhood.java 419 (17 years ago) by duarte: Re-branching for JUNG2 development
testResidueSelectionString.java 422 (17 years ago) by duarte: Now selection string stuff working: transfered methods from old NodeSet to Interval as static methods.
genGraph.java 441 (17 years ago) by duarte: 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)
benchmarkGraphAlgorithm.java 441 (17 years ago) by duarte: 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)
testPdb.java 441 (17 years ago) by duarte: 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)
testJUNGframework.java 441 (17 years ago) by duarte: 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)
calculateGridDensity.java 441 (17 years ago) by duarte: 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)
compareCMs.java 441 (17 years ago) by duarte: 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)
testDeltaDistanceMap.java 441 (17 years ago) by duarte: 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)
testGetChains.java 451 (17 years ago) by duarte: Fixed for new exceptions thrown by Pdb.load()
genDbGraph.java 453 (17 years ago) by duarte: Fixed bug: -r option was not being set by default
dumpseq.java 457 (17 years ago) by duarte: Initial commit: script to dump sequences of pdb entries
testGraphAverager.java 484 (17 years ago) by stehr: changed call to graphAverager.doAveraging() into getConsensusGraph() after refactoring
reconstruct.java 485 (17 years ago) by duarte: Now exiting upon distgeom error
         39 files shown