Commit | Date | |
---|---|---|
[r27709]
by
bugman
Python 3 fix for the internal structural object MolContainer._sort_key() method. This method is used as the key for the sort() function. However in Python 3, the key cannot be |
2015-02-20 15:51:33 | Tree |
[r27708]
by
bugman
Python 3 fix for the Test_msa.test_central_star unit test. This is from the _lib._sequence_alignment.test_msa unit test module. The logic of range() + range() |
2015-02-20 15:46:14 | Tree |
[r27707]
by
bugman
Python 3 fix for the new internal structural object MolContainer._sort() method. The list() builtin function is required to convert the output of the range() function into a true |
2015-02-20 15:16:02 | Tree |
[r27706]
by
bugman
Merged revisions 27704 via svnmerge from ........ |
2015-02-20 15:03:13 | Tree |
[r27705]
by
bugman
Merged revisions 27704 via svnmerge from ........ |
2015-02-20 15:03:12 | Tree |
[r27704]
by
bugman
Fix for bug #23295 (https://gna.org/bugs/?23295). This is the PDB secondary structure HELIX and SHEET records not updating when merging molecules. Now the helix and sheet metadata are stored in temporary data structures in the _parse_pdb_ss() |
2015-02-20 15:02:29 | Tree |
[r27703]
by
bugman
Merged revisions 27698-27701 via svnmerge from ........ |
2015-02-20 15:01:29 | Tree |
[r27702]
by
bugman
Merged revisions 27698-27701 via svnmerge from ........ |
2015-02-20 15:01:28 | Tree |
[r27701]
by
bugman
Fix for the Structure.test_pdb_combined_secondary_structure system test. The SHEET PDB record check was incorrect and was checking for the improperly formatted atom name |
2015-02-20 14:50:52 | Tree |
[r27700]
by
bugman
Bug fix for the SHEET PDB records created by the structure.write_pdb user function. The current and previous atom parts of the record were not being correctly formatted. This was |
2015-02-20 14:49:23 | Tree |