Commit | Date | |
---|---|---|
[r27632]
by
bugman
Merged revisions 27631 via svnmerge from ........ |
2015-02-12 17:41:26 | Tree |
[r27631]
by
bugman
Fix for bug #23265 (https://gna.org/bugs/?23265). This is the failure of the edit buttons in the user function GUI windows. The problem was that the |
2015-02-12 17:40:34 | Tree |
[r27630]
by
bugman
Merged revisions 27620-27629 via svnmerge from ........ |
2015-02-11 10:32:28 | Tree |
[r27629]
by
bugman
Completed the implementation of the sorting of structural data in the internal structural object. The MolContainer._sort() private method now changes the connect atom indices in the bonded data |
2015-02-11 10:28:15 | Tree |
[r27628]
by
bugman
Modified the Test_object.test_add_atom_sort unit test to check atom connectivities. This is from the _lib._structure._internal.test_object unit test module. The problem is that the |
2015-02-11 10:25:41 | Tree |
[r27627]
by
bugman
Modified the Structure.test_read_pdb_1UBQ system test for the new water skipping feature. As the structure.read_pdb user function will now skip waters, the last atom in the structural object |
2015-02-11 09:49:57 | Tree |
[r27626]
by
bugman
Modified the structure.read_pdb user function backend to skip water molecules. All residues with the name 'HOH' are now skipped when loading PDB files. This is implemented in the |
2015-02-11 09:48:24 | Tree |
[r27625]
by
bugman
Fixes for a number of Structure system tests for the sorted structural data changes. |
2015-02-11 09:29:27 | Tree |
[r27624]
by
bugman
The loading of structural data now sorts the data if the merge flag is True. The pack_structs() method for sorting the data will now call the new MolContainer._sort() function |
2015-02-11 09:23:45 | Tree |
[r27623]
by
bugman
Implementation of methods for sorting sequence data in the internal structural object. The information is sorted in the molecule container level using the new MolContainer._sort() private |
2015-02-11 09:17:07 | Tree |