svn+ssh://bugman@.../svn/relax/trunk
........
r22125 | bugman | 2014-02-04 16:25:58 +0100 (Tue, 04 Feb 2014) | 3 lines
Improvements for the devel_scripts/log_converter.py script - trailing whitespace is now stripped.
........
r22126 | bugman | 2014-02-04 16:26:50 +0100 (Tue, 04 Feb 2014) | 3 lines
Removed tailing whitespace from the CHANGES file.
........
r22127 | bugman | 2014-02-04 16:28:19 +0100 (Tue, 04 Feb 2014) | 6 lines
Backported the relax 3.1.5 CHANGES file addition to trunk.
The command used was:
svn merge -r22123:22124 svn+ssh://bugman@.../svn/relax/tags/3.1.5 .
........
r22135 | bugman | 2014-02-05 17:16:11 +0100 (Wed, 05 Feb 2014) | 3 lines
Converted the chain ID list in the internal structural object to the CHAIN_ID_LIST module variable.
........
r22136 | bugman | 2014-02-05 17:33:42 +0100 (Wed, 05 Feb 2014) | 5 lines
The internal structure object method _pdb_chain_id_to_mol_index() now uses the CHAIN_ID_LIST string.
This allows for the full PDB chain ID range to be supported.
........
r22137 | bugman | 2014-02-05 17:38:36 +0100 (Wed, 05 Feb 2014) | 7 lines
Minor bugfix for the internal structural object add_model() method.
The internal structural object was being called with self as an argument, which would default to the
chain_id keyword argument. The result would be relax state files with multiple copies of the
internal structural object embedded in the structural XML section.
........