Commit | Date | |
---|---|---|
[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 |
[r19136]
by
bugman
Shifted the selection object out of pipe_control.mol_res_spin and into tne new lib.selection module. The dependence on the MoleculeContainer, ResidueContainer and SpinContainer objects have been |
2013-03-24 17:43:47 | Tree |
[r19135]
by
bugman
Shifted the pipe_control.structure.internal module to lib.structure.internal.object. This is the new location of the internal structural object. |
2013-03-24 17:06:42 | Tree |
2013-03-24 16:59:09 | Tree | |
2013-03-24 16:56:44 | Tree | |
2013-03-24 16:53:48 | Tree | |
[r19131]
by
bugman
Moved the residual pipe_control.structure.api_base module to lib.structure.internal.displacements. This is because the base module still contained the Displacements class. |
2013-03-24 16:52:33 | Tree |