../
|
proteinstructure/
|
798
(13 years ago)
by duarte:
New method in Pdb to set atoms for all coordinates of a given atom. Used in BoundsSmoother and Embedder mains.
Changed slightly how parameters are passed in BoundsSmoother.
|
embed/
|
798
(13 years ago)
by duarte:
New method in Pdb to set atoms for all coordinates of a given atom. Used in BoundsSmoother and Embedder mains.
Changed slightly how parameters are passed in BoundsSmoother.
|
tinker/
|
795
(13 years ago)
by duarte:
Fixed bug (hopefully): was not closing drmaa session after every runParallelDistgeom, only in the shutdown hook. We need to close it always in case there is more than one run within the same instance of the JVM.
|
sequence/
|
791
(13 years ago)
by filippis:
white TO talyn
|
ppi/
|
788
(13 years ago)
by filippis:
white TO talyn
|
tools/
|
788
(13 years ago)
by filippis:
white TO talyn
|
graphAveraging/
|
788
(13 years ago)
by filippis:
white TO talyn
|
tests/
|
788
(13 years ago)
by filippis:
white TO talyn
|
litNet/
|
788
(13 years ago)
by filippis:
white TO talyn
|
vecmath/
|
524
(14 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()
|
sadp/
|
501
(14 years ago)
by duarte:
Changed implementation of Alignment: now based on indices rather than tags. Interface remains mostly the same
|
actionTools/
|
492
(14 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
genGraph.java
|
794
(13 years ago)
by duarte:
Got rid of hard coded mysql server references in scripts.
|
genDbGraph.java
|
794
(13 years ago)
by duarte:
Got rid of hard coded mysql server references in scripts.
|
dumppdb.java
|
794
(13 years ago)
by duarte:
Got rid of hard coded mysql server references in scripts.
|
dumpseq.java
|
794
(13 years ago)
by duarte:
Got rid of hard coded mysql server references in scripts.
|
testPdb.java
|
793
(13 years ago)
by duarte:
Cleaned up and updated the testPdb example code.
|
testMySQLConnection.java
|
792
(13 years ago)
by duarte:
Cleaned up and updated the mysql connection example
|
createGraphDb.sh
|
790
(13 years ago)
by filippis:
white TO talyn
|
doClassifySingleModels.sh
|
789
(13 years ago)
by filippis:
white TO talyn
|
testGetChains.java
|
788
(13 years ago)
by filippis:
white TO talyn
|
benchmarkGraphAlgorithm.java
|
788
(13 years ago)
by filippis:
white TO talyn
|
testDbRIGraph.java
|
788
(13 years ago)
by filippis:
white TO talyn
|
calculateGridDensity.java
|
788
(13 years ago)
by filippis:
white TO talyn
|
reconstruct.java
|
784
(13 years ago)
by duarte:
Minor change in help string
|
averageGraph.java
|
782
(13 years ago)
by duarte:
New constructor with no arguments for MySQLConnection, it reads connection parameters from ~/.my.cnf.
Modified accordingly the executable classes reconstruct and averageGraph. Now they will only work if user has a .my.cnf.
|
make-aglappe.sh
|
777
(13 years ago)
by duarte:
Added drmaa.jar to make file
|
pairwiseSeqId.java
|
774
(13 years ago)
by stehr:
updated output of pairwiseSeqId
|
superimposeMult.java
|
771
(13 years ago)
by stehr:
now taking command line parameters
|
addSeq2Mcma.java
|
769
(13 years ago)
by stehr:
added methods and executables to calculate 3d superimpositions using PolyposeRunner
|
compareAlignments.java
|
769
(13 years ago)
by stehr:
added methods and executables to calculate 3d superimpositions using PolyposeRunner
|
Manifest.txt
|
730
(13 years ago)
by duarte:
Updated version to 1.1.0
|
runMD.java
|
715
(13 years ago)
by duarte:
New option -s to do split output.
Now converting final gro file to pdb
Fixed bugs:
- now flushing correctly the gromacs.log (by closing log)
- now properly cleaning up temp files (the ones written to /tmp)
|
testJUNGframework.java
|
660
(14 years ago)
by duarte:
Put another test: finding edges is independent of order of indices given for UNDIRECTED.
|
computeEnergies.java
|
573
(14 years ago)
by duarte:
Fixed script: was exiting after computing native energy!
|
testDeltaDistanceMap.java
|
517
(14 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
|
testPymolServer.java
|
492
(14 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
testClusterConnection.java
|
492
(14 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
testResidueSelectionString.java
|
492
(14 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
testGraph2Pml.java
|
492
(14 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
testPyMol.java
|
492
(14 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
compareCMs.java
|
492
(14 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|