../
|
scoring/
|
1287
(11 years ago)
by matt4077:
|
alignment/
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
features/
|
1306
(11 years ago)
by jmduarteg:
Added Serializable interface to many classes. To be able to serialize classes containing objects of these types.
|
graphs/
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
PdbLoadError.java
|
1005
(12 years ago)
by hstehr:
refactoring: renaming proteinstructure to structure and tools to util; moving connections,features,runners,sequence,structure,util to owl.core
|
PolResidue.java
|
1005
(12 years ago)
by hstehr:
refactoring: renaming proteinstructure to structure and tools to util; moving connections,features,runners,sequence,structure,util to owl.core
|
Polymer.java
|
1005
(12 years ago)
by hstehr:
refactoring: renaming proteinstructure to structure and tools to util; moving connections,features,runners,sequence,structure,util to owl.core
|
BackboneCoords.java
|
1009
(12 years ago)
by hstehr:
refactoring: moved many many classes to more appropriate packages; created new packages owl.core.sequence.alignment, owl.core.structure.alignment, owl.core.structure.features
|
aapairsBounds.dat
|
1012
(12 years ago)
by hstehr:
bugfix: hard-coded paths to files aapairsBounds.dat and contactTypes.dat had to be updated following the refactoring (this was already fixed by previous commit); introduced proper error messags if files are not found
|
symop.lib
|
1179
(11 years ago)
by jmduarteg:
New classes to parse and store crystallographic space groups info.
|
vdw.radii
|
1247
(11 years ago)
by jmduarteg:
Implemented our own ASA calculation! Taken from Bosco's python implementation, thanks again Bosco!
|
Atom.java
|
1248
(11 years ago)
by jmduarteg:
Now using our own ASA calculation instead of NACCESS for the interface areas calculation. We are slower than NACCESS but at least don't depend on it anymore, old NACCESS methods can still be used.
|
Asa.java
|
1255
(11 years ago)
by jmduarteg:
Minor changes to the test.
|
AtomRadii.java
|
1258
(11 years ago)
by jmduarteg:
Fixed bug: now we properly parse from pisa both the orthonormal and the crystal coords operators.
Added a test for SpaceGroup to test for proper parsing of algebraic strings
|
InterfaceRimCore.java
|
1264
(11 years ago)
by jmduarteg:
Added printing of rim and core residues methods.
|
SymoplibParser.java
|
1281
(11 years ago)
by jmduarteg:
Now checking that the space group read from file/db is correct, if not PdbLoadError thrown.
|
PdbUnitCell.java
|
1284
(11 years ago)
by cvehlow:
Overrides removed
|
contactTypes.dat
|
1302
(11 years ago)
by hstehr:
adding ALL_H contact type to contactTypes.dat because otherwise AAinfo.isValidAtomWithOXT() breaks with a NullPointerException
|
PdbAsymUnit.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
TemplateList.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
PdbChainCodeNotFoundException.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
ConformationsNotSameSizeException.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
PdbaseInconsistencyException.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
PdbSet.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
Template.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
PdbCodeNotFoundException.java
|
1305
(11 years ago)
by jmduarteg:
Renaming all xxxxError named exceptions to xxxxException. Long overdue thing (was historical because it came from python). Learnt just recently that java does have a concept of Error too.
|
SpaceGroup.java
|
1306
(11 years ago)
by jmduarteg:
Added Serializable interface to many classes. To be able to serialize classes containing objects of these types.
|
CrystalCell.java
|
1306
(11 years ago)
by jmduarteg:
Added Serializable interface to many classes. To be able to serialize classes containing objects of these types.
|
ContactType.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
AminoAcid.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
Pdb.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
Residue.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
PdbasePdb.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
CiffilePdb.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
PdbfilePdb.java
|
1316
(11 years ago)
by jmduarteg:
Got rid (finally!) of AAinfo. Its functionality is now in ContactType and AminoAcid.
|
ChainInterface.java
|
1319
(11 years ago)
by jmduarteg:
Removed the serialize/deserialize methods (now in Goodies)
|
ChainInterfaceList.java
|
1319
(11 years ago)
by jmduarteg:
Removed the serialize/deserialize methods (now in Goodies)
|
AtomType.java
|
1320
(11 years ago)
by jmduarteg:
Added atom types that appear in HET residues and details to docs
|