Commit | Date | |
---|---|---|
2013-02-19 21:41:03 | Tree | |
2013-02-19 21:40:14 | Tree | |
[r18507]
by
bugman
Added some more unit tests for the generic_fns.structure.pdb_read module. These tests are not yet complete, as it is unknown what these unimplemented functions will return. |
2013-02-19 21:13:53 | Tree |
[r18506]
by
bugman
Faster PDB parsing by the removal of the use of the re.search() function. Now line slices are directly compared instead. |
2013-02-19 21:03:41 | Tree |
[r18505]
by
bugman
Added a series of _parse_pdb_*() methods to the internal structural object. These correspond to each section of the PDB format version 3.30 |
2013-02-19 20:54:11 | Tree |
[r18504]
by
bugman
Better checks for the atomic data in the Structure.test_read_pdb_1UBQ system test. |
2013-02-19 20:45:50 | Tree |
[r18503]
by
bugman
Created the Structure.test_read_pdb_1UBQ to check the complete parsing of the complex PDB file. The test is currently quite basic and needs to check more of the internal structural object. |
2013-02-19 20:33:59 | Tree |
[r18502]
by
bugman
Changes to the internal structural object. The _parse_models_pdb() method has been renamed to _parse_pdb_coord() and the opening of the PDB |
2013-02-19 17:12:54 | Tree |
[r18501]
by
bugman
Added the full 1UBQ PDB structure to the relax test-suite shared data directories. This is a small, very quick to read structure which will be used for validating the reading and |
2013-02-19 16:58:22 | Tree |
[r18500]
by
bugman
Fix for the unit tests of the generic_fns.structure package. The _parse_pdb_record() is now covered by the new pdb_read module, so its unit tests have also been |
2013-02-19 16:51:06 | Tree |