../
|
AAinfo.java
|
524
(12 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()
|
AIGEdge.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
AIGNode.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
AIGraph.java
|
524
(12 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()
|
Alignment.java
|
552
(12 years ago)
by duarte:
Now throwing exception in checkLengths().
Now fast checking of FASTA/PIR format (we check if first non-empty line starts with ">")
|
AlignmentConstructionError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
Box.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
CaspRRFileData.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
CaspRRFileRIGraph.java
|
543
(12 years ago)
by duarte:
Now forcing i<j in CASP RR files (as specified by the CASP RR format)
|
CatalSiteSet.java
|
514
(13 years ago)
by filippis:
Latest scop and csa versions updated.
|
CatalyticSite.java
|
503
(13 years ago)
by filippis:
createGraphDb:
-scop_graph table added
-!!!!residue serial fields (num, i_num, j_num) are changed to unsigned
!!!!ProtStructGraph:
-interSSE variable added
-getResidueSerial abstract method added
-restrictContactsBetweenSs method added
!!!!AIGraph:
-getResidueSerial method added
RIGraph:
-!!!!getResidueSerial method added
-scop graphs are written to db correctly
-interSSE variable taken into account for CR db field
DbRIgraph:
-changes made so to be able to read from db using a scop id
-interSSE and minSeqSep are set now in get_db_graph_info()
-!!!!FIXED BUG:fullLength in read_graph_from_db is not set to the size of the serials2nodes TreeMap instead of the maximum serial in serials2nodes. It was giving wrong result for scop graphs.
testDbRIGraph added:
It reads one graph from a source db based either
-on pdbcode, chaincode and graph properties or
-on scop id and graph properties or
-on a graph id
and it writes the graph to a destination db.
Pdb:
-unused scop regions are now removed in restrictToScopDomain
-unused residues are also removed from resser2pdbresser, pdbresser2resser, resser2allrsa, resser2scrsa, resser2consurfhsspscore, resser2consurfhsspcolor, catalSiteSet
-!!!!sequence is reset to scop sequence and fullLength to the length of the scop sequence
CatalSiteSet:
- removeCatalSiteRes(int resser) method added
CatalyticSite:
-remRes(int resser) method added
Scop:
-remove(ScopRegion e) method added
genDbGraph:Comments only added to demonstrate new functionality.
-comment added to show how to use restrictContactsBetweenSs
-comment added to show how to use restrictToScopDomain
-runDssp now is always run and not only when mode != "GRAPH". This has been changed since now the contact range might depend on the ss assignment (restrictContactsBetweenSs) and we want to ensure consistent results
-runNaccess moved to the bottom so it is always run last. In this way if restrictToScopDomain is used, we don't have to run naccess twice.
|
CiffileFormatError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
CiffilePdb.java
|
524
(12 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()
|
ConformationsNotSameSizeError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
ContactType.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
DbRIGraph.java
|
576
(12 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.
|
EC.java
|
502
(13 years ago)
by stehr:
EC, CatalSiteSet: added typing to some iterators to avoid eclipse warning
Interval: added typing to Comparator to avoid eclipse warning
|
ECRegion.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
FastaFileFormatError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
FileFormatError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
FileRIGraph.java
|
551
(12 years ago)
by duarte:
Fixed bug: now reading/writing #MODEL field in contact map files
In Pdb writeAtomLines now prints a nicer header with source info depending on source: file or db
|
FileTypeGuesser.java
|
550
(12 years ago)
by stehr:
changed header of contact map file from #AGLAPPE... to #CMVIEW...; when reading, both are accepted to ensure backwards compatibility
|
GraphFileFormatError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
GraphIODb.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
GraphIOGDLFile.java
|
587
(12 years ago)
by stehr:
fixed bug in writing to gdl file (gravity 1 -> 1.0)
|
GraphIdNotFoundError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
IntPairComparator.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
IntPairSet.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
Interval.java
|
515
(13 years ago)
by stehr:
Interval: allow spaces in residue selection strings
RIGNbhood: added method getNeighbors
|
IntervalSet.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
MaxClusterRunner.java
|
585
(12 years ago)
by stehr:
added method calculateSequenceIndependentMatrix()
|
MsdsdInconsistentResidueNumbersError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
MsdsdPdb.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
NbhProbDistribution.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
NbhoodBackgrnd.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
PairwiseAlignmentConverter.java
|
517
(13 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
|
PairwiseSequenceAlignment.java
|
575
(12 years ago)
by filippis:
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
|
Pdb.java
|
589
(12 years ago)
by duarte:
New classes Template, TemplateList to be used in homology modelling pipeline.
Modified BlastUtils to use TemplateList class
|
PdbChainCodeNotFoundError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
PdbCodeNotFoundError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
PdbLoadError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
PdbaseInconsistencyError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
PdbasePdb.java
|
524
(12 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()
|
PdbfileFormatError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
PdbfilePdb.java
|
551
(12 years ago)
by duarte:
Fixed bug: now reading/writing #MODEL field in contact map files
In Pdb writeAtomLines now prints a nicer header with source info depending on source: file or db
|
PirFileFormatError.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
PredEval.java
|
563
(12 years ago)
by duarte:
Added new convenience method printSummary
|
ProtStructGraph.java
|
547
(12 years ago)
by stehr:
Added constant NO_SEQ_SEP_VAL
|
RIGCommonNbhood.java
|
512
(13 years ago)
by duarte:
Added getCommanSeparatedResSerials to RIGCommonNbhood
|
RIGEdge.java
|
546
(12 years ago)
by duarte:
New feature in GraphAverager: method to write the voters together with the edges; new constructor taking a RIGEnsemble
Fixed bug in RIGEnsemble: was not working for cif files.
Added a graph averaging output to main() in RIGEnsemble
|
RIGEnsemble.java
|
562
(12 years ago)
by duarte:
RIGEnsemble doesn't extend ArrayList anymore, now the ensemble ArrayList is a member, so we now must use the RIGEnsemble interface exclusively
|
RIGNbhood.java
|
529
(12 years ago)
by spriya:
Drop sequence comparison in compare. Now we compare only length
New method getSize in RIGNbhood to be used instead of size that returns neighborhood size + 1
|
RIGNode.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
RIGraph.java
|
588
(12 years ago)
by filippis:
write_graph_to_motiffile:
-node serials are assigned now only to non-orphan nodes
|
Scop.java
|
589
(12 years ago)
by duarte:
New classes Template, TemplateList to be used in homology modelling pipeline.
Modified BlastUtils to use TemplateList class
|
ScopRegion.java
|
589
(12 years ago)
by duarte:
New classes Template, TemplateList to be used in homology modelling pipeline.
Modified BlastUtils to use TemplateList class
|
SecStrucElement.java
|
505
(13 years ago)
by duarte:
Now converting also secondary structure in pairwise alignment graph conversion
|
SecondaryStructure.java
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
Template.java
|
590
(12 years ago)
by duarte:
Added code to run psipred.
Fixed a few minor bugs.
|
TemplateList.java
|
590
(12 years ago)
by duarte:
Added code to run psipred.
Fixed a few minor bugs.
|
aapairsBounds.dat
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
contactTypes.dat
|
492
(13 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|