svn+ssh://bugman@.../svn/relax/trunk
........
r18533 | bugman | 2013-02-20 15:52:00 +0100 (Wed, 20 Feb 2013) | 3 lines
Docstring edits for the generic_fns.structure.pdb_* module unit tests.
........
r18534 | bugman | 2013-02-20 16:01:07 +0100 (Wed, 20 Feb 2013) | 3 lines
Created a unit test for the generic_fns.structure.pdb_write.het() function.
........
r18535 | bugman | 2013-02-20 16:02:44 +0100 (Wed, 20 Feb 2013) | 5 lines
Fix for the generic_fns.structure.pdb_write.helix() function.
The single character PDB record formatting should be %1s, not %s.
........
r18536 | bugman | 2013-02-20 16:05:20 +0100 (Wed, 20 Feb 2013) | 5 lines
Fix for the generic_fns.structure.pdb_write.het() function - the record now has trailing whitespace.
The PDB records require trailing whitespace to the 80th character position.
........
r18537 | bugman | 2013-02-20 16:23:04 +0100 (Wed, 20 Feb 2013) | 3 lines
Docstring whitespace fixes for the generic_fns.structure.pdb_* modules.
........
r18538 | bugman | 2013-02-20 16:40:01 +0100 (Wed, 20 Feb 2013) | 6 lines
Created the generic_fns.structure.pdb_write._handle_text() function.
This private function is used to convert text into PDB suitable format (uppercase and values of None
converted to empty strings).
........
r18539 | bugman | 2013-02-20 16:43:29 +0100 (Wed, 20 Feb 2013) | 5 lines
Fixes for many of the generic_fns.structure.pdb_write functions.
The PDB records are now all filled with whitespace up to the 80th character.
........
r18540 | bugman | 2013-02-20 16:44:27 +0100 (Wed, 20 Feb 2013) | 5 lines
Fix for the creation of HET PDB records in the internal structural object.
The residue name and chain ID were mixed up.
........