svn+ssh://bugman@.../svn/relax/1.3
........
r16246 | bugman | 2012-05-11 20:29:02 +0200 (Fri, 11 May 2012) | 3 lines
Fixes for most of the structure user functions - the pipe check is now performed at the start.
........
r16312 | bugman | 2012-05-16 12:25:52 +0200 (Wed, 16 May 2012) | 5 lines
Created a system test Mol_res_spin.test_residue_delete() demonstrating a failure of the user function.
Deleting the first residue removes the entire sequence!
........
r16313 | bugman | 2012-05-16 17:11:02 +0200 (Wed, 16 May 2012) | 10 lines
Changed the behaviour of the generate_spin_id() and generate_spin_id_data_array() functions.
This is a large change affecting many parts of the code base. The problem that this solves is the
incorrect usage of the '&' character in spin IDs, tripping up on the powerful Selection object of
Chris MacRaild.
For example, the spin ID ':2&:Glu' cannot be correctly handled. This actually matches all residues
with the number 2, and all residues with the name 'Glu'. It is very strange that this has not been
noticed before!
........