../
|
data/
|
1242
(10 years ago)
by jmduarteg:
Fixed bug: NACCESS (weirdly) calculates slightly different ASA values for same molecule in different orientation (i.e. it depends on the choice of axes)!! That produces then some strange BSA values (including some negative) and slight discrepancies. Thus now we run NACCESS always for each of the 2 isolated molecules of the interface and then the complex (and so losing efficiency).
|
PdbAsymUnitTest.java
|
1242
(10 years ago)
by jmduarteg:
Fixed bug: NACCESS (weirdly) calculates slightly different ASA values for same molecule in different orientation (i.e. it depends on the choice of axes)!! That produces then some strange BSA values (including some negative) and slight discrepancies. Thus now we run NACCESS always for each of the 2 isolated molecules of the interface and then the complex (and so losing efficiency).
|
PdbParsersTest.java
|
1218
(10 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.
|
PdbTest.java
|
1029
(10 years ago)
by jmduarteg:
Fixed hard-coded resources paths broken since major restructuring of project.
|
AminoAcidTest.java
|
1008
(11 years ago)
by hstehr:
refactoring: adapting test packages to match new package structure
|