ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/owl/trunk
r664
File Last Change
 ../
actionTools/ 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
sadp/ 501 (16 years ago) by duarte: Changed implementation of Alignment: now based on indices rather than tags. Interface remains mostly the same
vecmath/ 524 (16 years ago) by duarte: Fixed reading od PDB files. We hope now to be catching all possible errors present in original PDB files, plus we read correctly CASP TS files: - now reading (and requiring) TARGET record for CASP TS files - now we always have (and require) a sequence (possibly with ? or X) for all cases: PdbfilePdb, CaspRRFileRIGraph, FileRIGraph. - in PDB files we throw format exceptions for: insertion codes, residue numbers <=0, non-ascending order of residue numbers in atom lines, when residues of SEQRES seq and ATOM seq don't match. In addition we warn when starting residue in ATOM lines is >100 - we allow PDB files without a HEADER, i.e. only ATOM lines New fields in Pdb for CAPS identifiers: passed all the way down to RIGraphs in getGraph()
ppi/ 539 (16 years ago) by stehr: some refactoring in TinkerRunner and related classes (moved forceConstant parameter from constructor to reconstruct method; made force field file type an enum)
sequence/ 651 (16 years ago) by duarte: New class PhiPsiAverager to get consensus of phi/psi angles from a TemplateList and an Alignment. Tested with a few examples and seems to work. The wrapping of angles at 180/-180 is not yet taking into account, i.e. if an interval falls in the region just below 180 and just above -180, no consensus will be found. Pdb: added some checks to methods getPhi/Psi so that it doesn't fail when there's no coordinates. Changed yet again the design of TemplateList/Template. Now loading of PDB data happens upon call of the loadPDBdata method. Changed dependencies accordingly.
tools/ 658 (16 years ago) by stehr: Changed return type of sortMapByValue from Map to LinkedHashMap
proteinstructure/ 661 (16 years ago) by stehr: Now enforcing that atom serials have to be in ascending order
graphAveraging/ 662 (16 years ago) by duarte: Fixed bug: algorithm to find consensus was not working correctly. We weren't taking in account the 2-dimensionality of the problem. Changed the approach completely, new algorithm. Made the ConsensusInterval class a separate class and added new class ConsensusSquare to represent a phi/psi angle consensus region.
tinker/ 663 (16 years ago) by duarte: Added phi/psi angle constraints to the reconstruction pipeline. New option -F in averageGraph for using phi/psi angle constraints
iterateNbhood.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
iterateUpperNbs.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
testClusterConnection.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
testResidueSelectionString.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
testMySQLConnection.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
testGetChains.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
writeTargetMoves.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
hashIterNbhood.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
testPdb.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
rewriteNBHood_parallel.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
cnCoarseNbhood.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
testPymolServer.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
listInfoGain.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
cnHashIterNbhood.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
cnEvalTargetNbhood.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
testGraph2Pml.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
cnex1.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
iterateUpperNbhood.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
listInfoLoss.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
rewriteNBHood.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
testPyMol.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
maxInfoGain.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
minInfoGain.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
makeNbhTbl.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
iterEvalNbhood.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
compareCMs.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
iterateNbs.java 492 (16 years ago) by duarte: Copied the aglappe-jung branch into trunk.
genDbGraph.java 514 (16 years ago) by filippis: Latest scop and csa versions updated.
testDeltaDistanceMap.java 517 (16 years ago) by duarte: Changed Alignment class so that both alignment and sequence indexing are starting at 1 (before alignment indices were starting at 0). Also mapping is now done through arrays not maps. Changed all other classes using Alignment to accommodate this. NOTE: graph averaging hasn't been tested after the change
Manifest.txt 553 (16 years ago) by duarte: Changed version in Manifest to 0.9.3
scoreTargetMoves.java 567 (16 years ago) by duarte: Now takes targetDb also from command line. Some clean up
computeEnergies.java 573 (16 years ago) by duarte: Fixed script: was exiting after computing native energy!
testDbRIGraph.java 576 (16 years ago) by filippis: RIGraph:Now you can store unweighted graphs in db and also select the db that contains the ids for the single models. -paramater weighted added to write_graph_to_db and write_graph_to_db_fast methods. If true, it works as before (atomWeight is written to db field weight) else the db field weight gets always value 1. Methods without this parameter still exist and work as before. -protected field singleModelsDb and corresponding methods getSingleModelsDb and setSingleModelsDb have been added. All constructors set the singleModelsDb field to DEFAULT_SINGLEMODELS_DB which equals to "ioannis". Changes have been also made to write_graph_to_db and write_graph_to_db_fast methods to deal with the singleModelsDb field. DbRIGraph, testDbRIGraph:Changes have been also made to address the reading of (un)weighted graphs from db. doClassifySingleModels.sh has been added. You can create your own table with ids for the single models wherever you want. createGraphDs.sh: mode to drop tables has been added.
doClassifySingleModels.sh 580 (16 years ago) by filippis: createGraphDb: -the node_id in the single_model_node table changed to AUTO_INCREMENT doClassifySingleModels: -the interSS for CR added RIGraph: -write_graph_to_db methods treat the node_id field in the single_model_node table as AUTO_INCREMENT -write_graph_to_motiffile method added
createGraphDb.sh 580 (16 years ago) by filippis: createGraphDb: -the node_id in the single_model_node table changed to AUTO_INCREMENT doClassifySingleModels: -the interSS for CR added RIGraph: -write_graph_to_db methods treat the node_id field in the single_model_node table as AUTO_INCREMENT -write_graph_to_motiffile method added
make-aglappe.sh 591 (16 years ago) by duarte: Added some missing packages to compilation
genGraph.java 609 (16 years ago) by duarte: Extracted constant NULL_CHAIN_CODE that was still hard-coded in MANY places. Now should be safe to replace the value of the constant from "NULL" to something else. Using TemplateList.readIdsListFile() in averageGraph, dumpseq and genGraph so that is now a standard way of reading list files with pdbcodes/chaincodes. NOTE: this introduces an incompatibility with legacy list files: we can't read a NULL pdb chain code with the "NULL" string e.g. '1i1b NULL'. This is fine because since PDB-REMEDIATED all NULL chains are now "A". Fixed a few things and made more standard the scripts dumpseq and genGraph
benchmarkGraphAlgorithm.java 609 (16 years ago) by duarte: Extracted constant NULL_CHAIN_CODE that was still hard-coded in MANY places. Now should be safe to replace the value of the constant from "NULL" to something else. Using TemplateList.readIdsListFile() in averageGraph, dumpseq and genGraph so that is now a standard way of reading list files with pdbcodes/chaincodes. NOTE: this introduces an incompatibility with legacy list files: we can't read a NULL pdb chain code with the "NULL" string e.g. '1i1b NULL'. This is fine because since PDB-REMEDIATED all NULL chains are now "A". Fixed a few things and made more standard the scripts dumpseq and genGraph
calculateGridDensity.java 609 (16 years ago) by duarte: Extracted constant NULL_CHAIN_CODE that was still hard-coded in MANY places. Now should be safe to replace the value of the constant from "NULL" to something else. Using TemplateList.readIdsListFile() in averageGraph, dumpseq and genGraph so that is now a standard way of reading list files with pdbcodes/chaincodes. NOTE: this introduces an incompatibility with legacy list files: we can't read a NULL pdb chain code with the "NULL" string e.g. '1i1b NULL'. This is fine because since PDB-REMEDIATED all NULL chains are now "A". Fixed a few things and made more standard the scripts dumpseq and genGraph
dumpseq.java 609 (16 years ago) by duarte: Extracted constant NULL_CHAIN_CODE that was still hard-coded in MANY places. Now should be safe to replace the value of the constant from "NULL" to something else. Using TemplateList.readIdsListFile() in averageGraph, dumpseq and genGraph so that is now a standard way of reading list files with pdbcodes/chaincodes. NOTE: this introduces an incompatibility with legacy list files: we can't read a NULL pdb chain code with the "NULL" string e.g. '1i1b NULL'. This is fine because since PDB-REMEDIATED all NULL chains are now "A". Fixed a few things and made more standard the scripts dumpseq and genGraph
dumppdb.java 647 (16 years ago) by filippis:
testJUNGframework.java 660 (16 years ago) by duarte: Put another test: finding edges is independent of order of indices given for UNDIRECTED.
reconstruct.java 663 (16 years ago) by duarte: Added phi/psi angle constraints to the reconstruction pipeline. New option -F in averageGraph for using phi/psi angle constraints
averageGraph.java 664 (16 years ago) by duarte: Now can specify an angle interval with -F
         44 files shown