../
|
data/
|
1218
(11 years ago)
by jmduarteg:
Fixed bug: was null pointing in parsing NMR cif files because they don't have crystal parameter fields. Now skipping that properly. Added NMR test entry to test cases.
|
AminoAcidTest.java
|
1008
(12 years ago)
by hstehr:
refactoring: adapting test packages to match new package structure
|
PdbTest.java
|
1029
(12 years ago)
by jmduarteg:
Fixed hard-coded resources paths broken since major restructuring of project.
|
PdbAsymUnitTest.java
|
1217
(11 years ago)
by jmduarteg:
First fully working version (this time hopefully for real...) of interface enumeration. Works for many examples, still there are problems in many others due to area discrepancies with pisa, but those are minor things. The elimination of duplicates is based on chain codes and number of contacting atoms, it is of course possible that 2 different interfaces happen to have the same chain codes and same number of contacting atoms (but unlikely). Would need a more fine grained comparison.
New test class to compare automatically to PISA output.
|
PdbParsersTest.java
|
1218
(11 years ago)
by jmduarteg:
Fixed bug: was null pointing in parsing NMR cif files because they don't have crystal parameter fields. Now skipping that properly. Added NMR test entry to test cases.
|