Commit | Date | |
---|---|---|
[r19146]
by
bugman
Fix for the select.domain user function backend for the changes to the selection object. |
2013-03-24 20:21:45 | Tree |
[r19145]
by
bugman
Shifted the diffusion tensor structural object code to lib.structure.represent.diffusion_tensor. The user function routes to pipe_control.structure.main.create_diff_tensor_pdb(), which pulls the |
2013-03-24 19:57:55 | Tree |
2013-03-24 19:33:09 | Tree | |
[r19143]
by
bugman
Shifted the cone geometric object representation functions to lib.structure.represent.cone. The structure.create_cone_pdb user function first calls pipe_control.structure.main.create_cone_pdb() |
2013-03-24 18:38:30 | Tree |
[r19142]
by
bugman
Removed the unit test of the parser argument of the structure.read_pdb user function. The argument no longer exists. |
2013-03-24 18:24:43 | Tree |
2013-03-24 18:23:45 | Tree | |
[r19140]
by
bugman
Removed the no longer used parser argument for reading PDB files from some unit tests. |
2013-03-24 18:17:55 | Tree |
[r19139]
by
bugman
The lib.selection.parse_token() function is using the new Python way of splitting strings. This is via the string's split() method. |
2013-03-24 18:16:54 | Tree |
[r19138]
by
bugman
Shifted parse_token() and tokenise() from pipe_control.mol_res_spin to lib.selection. |
2013-03-24 18:10:37 | Tree |
[r19137]
by
bugman
The pipe_control.mol_res_spin functions no longer use the selection object __contains__() method. All functions now use the contains_*() methods of the lib.selection.Selection object. |
2013-03-24 17:58:47 | Tree |