Commit | Date | |
---|---|---|
[r3226]
by
bugman
Bug fix. The spin_loop() and molecule_loop() generator functions now accept zero arguments for the selection |
2007-03-19 05:22:33 | Tree |
[r3225]
by
bugman
Multiple unit tests for the spin_loop(), residue_loop(), and molecule_loop() generator functions. These generator functions belong to the 'generic_fns.selection' module. |
2007-03-19 05:21:47 | Tree |
2007-03-19 05:21:14 | Tree | |
[r3223]
by
bugman
Wrote the molecule_loop() generator function for looping over and returning molecule containers. The full generator function is generic_fns.selection.molecule_loop(). |
2007-03-19 05:20:44 | Tree |
[r3222]
by
bugman
Wrote the spin_loop() generator function for looping over and returning spin containers. For more info, see my post at https://mail.gna.org/public/relax-devel/2006-10/msg00057.html The full generator function is generic_fns.selection.spin_loop(). |
2007-03-19 05:20:13 | Tree |
[r3221]
by
bugman
Fixed the select.reverse() user function. The generic_fns.selection.reverse() function still does not work as the spin_loop() function needs |
2007-03-19 05:19:33 | Tree |
2007-03-19 05:04:31 | Tree | |
2007-03-19 04:59:48 | Tree | |
[r3218]
by
bugman
Converted all the class methods of the 'generic_fns.selection' module into functions. The unsel_*() methods have been renamed to desel_*() and the functions alphabetically sorted. |
2007-03-19 04:56:04 | Tree |
[r3217]
by
bugman
Implemented the generic_fns.residue.delete() function (although it doesn't work yet). This function has been coded to use the UCSF selection syntax as described in Gary Thompson's post The function makes use of three new selection functions - tokenise, parse_token, and molecule_loop. The RelaxError 'RelaxSpinSelectDisallowError' has been created to prevent spins from being selected The unit tests for generic_fns.residue.delete() have been updated and two more added: |
2007-03-19 04:47:57 | Tree |