Blocked revisions 5258-5272,5274,5276-5394 via svnmerge
........
r5258 | semor | 2008-04-03 17:15:07 +0200 (Thu, 03 Apr 2008) | 3 lines
Removed the run argument as part of the moving to the new design.
........
r5259 | semor | 2008-04-03 17:18:46 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5260 | semor | 2008-04-03 17:21:17 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5261 | semor | 2008-04-03 17:25:11 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5262 | semor | 2008-04-03 17:26:29 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5263 | semor | 2008-04-03 17:32:39 +0200 (Thu, 03 Apr 2008) | 8 lines
Reverted revision 5262.
The command used was:
svn merge -r5262:5261 .
There is still a function called run() in prompt.interpreter which should not be removed...
........
r5264 | semor | 2008-04-03 17:47:42 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5265 | semor | 2008-04-03 18:02:29 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5266 | semor | 2008-04-03 18:56:44 +0200 (Thu, 03 Apr 2008) | 7 lines
Fixed a few bugs introduced while modifying the code to the new design.
These bugs were noticed by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00011.html (Message-id:
<7f080ed10804030921h2703a004o65501fbd89cb08ed@...>)
........
r5267 | semor | 2008-04-03 18:57:52 +0200 (Thu, 03 Apr 2008) | 3 lines
Added missing imports.
........
r5268 | semor | 2008-04-03 19:04:26 +0200 (Thu, 03 Apr 2008) | 7 lines
Changed "for i in xrange(len(cdp.res)):" to the spin_loop.
This was proposed by Edward d'Auvergne in a post at :
https://mail.gna.org/public/relax-devel/2008-04/msg00012.html (Message-id:
<7f080ed10804030926p4be2e72apa2ccef85a9062e57@...>)
........
r5269 | semor | 2008-04-03 19:05:03 +0200 (Thu, 03 Apr 2008) | 3 lines
Added missing imports.
........
r5270 | semor | 2008-04-03 19:06:25 +0200 (Thu, 03 Apr 2008) | 3 lines
Updated the listing of the files in the prompt/ directory.
........
r5271 | semor | 2008-04-03 19:27:23 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5272 | semor | 2008-04-03 19:30:39 +0200 (Thu, 03 Apr 2008) | 3 lines
Corrected a typo.
........
r5274 | semor | 2008-04-03 20:11:24 +0200 (Thu, 03 Apr 2008) | 8 lines
Merged the consistency tests branch back into the 1.3 line.
The command used was:
svn merge -r3321:HEAD svn+ssh://semor@.../svn/relax/branches/consistency_tests_1.3/ .
The code is almost ready and further changes will not affect the rest of the code.
........
r5276 | semor | 2008-04-03 20:39:49 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5277 | semor | 2008-04-03 20:41:48 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5278 | semor | 2008-04-03 20:48:09 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5279 | semor | 2008-04-03 22:24:13 +0200 (Thu, 03 Apr 2008) | 10 lines
Reverted revision 5268.
The command used was:
svn merge -r5268:5267 .
Too many errors were present as noted by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00022.html (Message-id:
<7f080ed10804031148r75a295a2u99569bb13b99ffc5@...>)
........
r5280 | semor | 2008-04-03 22:37:16 +0200 (Thu, 03 Apr 2008) | 3 lines
More modifications for the new design and the removal of a 'tab' character.
........
r5281 | semor | 2008-04-03 23:00:27 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5282 | semor | 2008-04-03 23:07:22 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5283 | semor | 2008-04-03 23:10:44 +0200 (Thu, 03 Apr 2008) | 3 lines
More removal of the run argument as part of the moving to the new design.
........
r5284 | bugman | 2008-04-04 10:59:15 +0200 (Fri, 04 Apr 2008) | 3 lines
Updated the generic_fns.structure.set_vector() function to the new design.
........
r5285 | bugman | 2008-04-04 11:09:57 +0200 (Fri, 04 Apr 2008) | 15 lines
Created a new directory for the new 'structure' package.
This will eventually contain numerous structure related operations including:
A number of PDB parsers,
A PDB writer,
CIF parsers,
Other structural data file parsers,
Functions for creating geometric objects in structural format,
Mass and inertia related functions.
This package will eventually have a well defined API for accessing structural data independent of
the structure parser used.
........
r5286 | bugman | 2008-04-04 11:12:13 +0200 (Fri, 04 Apr 2008) | 3 lines
Updated physical_constants.return_atomic_mass() to better match generic_fns.structure.atomic_mass().
........
r5287 | bugman | 2008-04-04 11:13:40 +0200 (Fri, 04 Apr 2008) | 3 lines
The fn physical_constants.return_atomic_mass() is now used instead of the old atomic_mass() fn.
........
r5288 | bugman | 2008-04-04 11:14:11 +0200 (Fri, 04 Apr 2008) | 3 lines
Deletion of the generic_fns.structure.atomic_mass() function.
........
r5289 | bugman | 2008-04-04 11:25:38 +0200 (Fri, 04 Apr 2008) | 6 lines
Started to create the structure package.
The package is now initialised and has a docstring describing it. The structure module has also
been shifted from generic_fns to structure.
........
r5290 | bugman | 2008-04-04 12:01:52 +0200 (Fri, 04 Apr 2008) | 3 lines
Started to create the structural object and the API for accessing, creating, modifying info.
........
r5291 | bugman | 2008-04-04 14:13:28 +0200 (Fri, 04 Apr 2008) | 8 lines
Modifications to the structure.read_pdb() user function.
The 'parser' argument has been added to allow different PDB parsers to be selected in the future.
To allow for the new relax design, the docstring has been updated with respect to the loading of the
sequence and the 'spin_id' argument has been added to allow the selection of specific atoms of the
PDB file to be placed as SpinContainers in the relax data store.
........
r5292 | semor | 2008-04-04 14:23:52 +0200 (Fri, 04 Apr 2008) | 7 lines
Corrected a few errors created while changing the code to the new design.
These were noticed by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00028.html (# Message-id:
<7f080ed10804040040v3fdeb265p959479026923d71a@...>)
........
r5293 | bugman | 2008-04-04 14:29:12 +0200 (Fri, 04 Apr 2008) | 3 lines
Shifted all the functions relating to geometric objects into structure.generic.
........
r5294 | bugman | 2008-04-04 14:30:41 +0200 (Fri, 04 Apr 2008) | 3 lines
Fixed the import of the structure package.
........
r5295 | bugman | 2008-04-04 14:43:38 +0200 (Fri, 04 Apr 2008) | 3 lines
Added the 'geometric' module to the __all__ list.
........
r5296 | bugman | 2008-04-04 14:45:52 +0200 (Fri, 04 Apr 2008) | 5 lines
Converted the 'structure' package into a subpackage of 'generic_fns'.
This solves a module import issue, and is a logical place for the code.
........
r5297 | bugman | 2008-04-04 14:48:57 +0200 (Fri, 04 Apr 2008) | 3 lines
Fixed all the 'structure' user functions to use the new package.
........
r5298 | bugman | 2008-04-04 14:52:25 +0200 (Fri, 04 Apr 2008) | 3 lines
Fixed the test_read_pdb_argfail_load_seq() unit test.
........
r5299 | bugman | 2008-04-04 14:53:15 +0200 (Fri, 04 Apr 2008) | 3 lines
Added a missing RelaxError import.
........
r5300 | bugman | 2008-04-04 15:10:44 +0200 (Fri, 04 Apr 2008) | 3 lines
Added 2 unit tests for the new args of the structure.read_pdb() user function.
........
r5301 | bugman | 2008-04-04 15:20:14 +0200 (Fri, 04 Apr 2008) | 3 lines
Removed many unused imports.
........
r5302 | semor | 2008-04-04 15:32:41 +0200 (Fri, 04 Apr 2008) | 3 lines
Fixed a typo causing several unit tests to fail.
........
r5303 | bugman | 2008-04-04 15:33:46 +0200 (Fri, 04 Apr 2008) | 3 lines
Spun out the Scientific Python specific code into its own module.
........
r5304 | bugman | 2008-04-04 15:41:42 +0200 (Fri, 04 Apr 2008) | 6 lines
Converted Scientific Python from a dependancy to an optional Python package.
Of course since this is the only PDB parser in relax at the moment, if Scientific Python is not
installed, then PDB files cannot be read.
........
r5305 | bugman | 2008-04-04 16:03:20 +0200 (Fri, 04 Apr 2008) | 6 lines
Created the Scientific Python specific data object.
The functions specific to Scientific Python have been converted into methods of the object. The new
object inherits from api_base.Str_object.
........
r5306 | bugman | 2008-04-04 16:19:51 +0200 (Fri, 04 Apr 2008) | 3 lines
Added a module docstring.
........
r5307 | bugman | 2008-04-04 16:20:24 +0200 (Fri, 04 Apr 2008) | 3 lines
Bug fix for the system test for the loading of the sequence from a PDB file.
........
r5308 | semor | 2008-04-04 16:21:27 +0200 (Fri, 04 Apr 2008) | 3 lines
Partially fixed the code so the Jw mapping system test can go further before failure.
........
r5309 | bugman | 2008-04-04 16:22:25 +0200 (Fri, 04 Apr 2008) | 3 lines
Changed the parser specific data object name to 'structural_data' and initialised it to [].
........
r5310 | semor | 2008-04-04 16:33:02 +0200 (Fri, 04 Apr 2008) | 3 lines
Re-introduced the test for the existence of the current pipe and correcte a comment.
........
r5311 | semor | 2008-04-04 16:42:09 +0200 (Fri, 04 Apr 2008) | 3 lines
Partially fixed more of the code so the Jw mapping system test can go further before failure.
........
r5312 | bugman | 2008-04-04 16:56:01 +0200 (Fri, 04 Apr 2008) | 5 lines
Updated the methods of the Scientific Python PDB specific structural object class.
These now use the structure of the new object.
........
r5313 | bugman | 2008-04-04 16:57:23 +0200 (Fri, 04 Apr 2008) | 3 lines
Added a string used to identify the structural object.
........
r5314 | semor | 2008-04-04 17:03:09 +0200 (Fri, 04 Apr 2008) | 10 lines
Reverted changes of the variable 'nucleus' to 'heteronucleus'.
The command used was:
svn merge -r5308:5302 ./physical_constants.py
This error was noticed by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00033.html (# Message-id:
<7f080ed10804040741x3e26f862r808982451ab522c8@...>)
........
r5315 | bugman | 2008-04-04 17:04:18 +0200 (Fri, 04 Apr 2008) | 3 lines
Added the load_structures() prototype method stub.
........
r5316 | semor | 2008-04-04 17:05:11 +0200 (Fri, 04 Apr 2008) | 7 lines
Corrected the location of the get_string() function.
This was noted by Edward d'Auvergne in a post at:
https://mail.gna.org/public/relax-devel/2008-04/msg00034.html (# Message-id:
<7f080ed10804040747q36313c26mcc60989634028b56@...>)
........
r5317 | semor | 2008-04-04 17:11:20 +0200 (Fri, 04 Apr 2008) | 3 lines
Changed all instances of 'run.create' to 'pipe.create' as in the new design.
........
r5318 | semor | 2008-04-04 17:18:02 +0200 (Fri, 04 Apr 2008) | 3 lines
Partially fixed the code so the consistency tests system test can go further before failure.
........
r5319 | semor | 2008-04-04 17:19:18 +0200 (Fri, 04 Apr 2008) | 3 lines
Added a missing import.
........
r5320 | semor | 2008-04-04 17:21:16 +0200 (Fri, 04 Apr 2008) | 3 lines
Partially fixed more code so the consistency tests system test can go further before failure.
........
r5321 | semor | 2008-04-04 17:23:26 +0200 (Fri, 04 Apr 2008) | 3 lines
Partially fixed more code so the consistency tests system test can go further before failure...
........
r5322 | semor | 2008-04-04 17:25:14 +0200 (Fri, 04 Apr 2008) | 3 lines
Partially fixed more code so the consistency tests system test can go further before failure...
........
r5323 | semor | 2008-04-04 17:25:44 +0200 (Fri, 04 Apr 2008) | 3 lines
Corrected a docstring and a comment.
........
r5324 | semor | 2008-04-04 17:26:54 +0200 (Fri, 04 Apr 2008) | 5 lines
Partially fixed more code so the consistency tests system test can go further before failure...
Added a missing variable.
........
r5325 | bugman | 2008-04-04 17:29:43 +0200 (Fri, 04 Apr 2008) | 3 lines
Added the xh_vector() prototype method stub to the structure API.
........
r5326 | semor | 2008-04-04 17:29:57 +0200 (Fri, 04 Apr 2008) | 5 lines
Partially fixed more code so the consistency tests system test can go further before failure...
Set missing parameter values in system test code.
........
r5327 | semor | 2008-04-04 17:33:41 +0200 (Fri, 04 Apr 2008) | 5 lines
Corrected errors causing failures of the unit test for consistency testing variables set up.
The variable 'heteronuc_type' was used instead of 'heteronucleus'.
........
r5328 | bugman | 2008-04-04 17:39:21 +0200 (Fri, 04 Apr 2008) | 5 lines
Spun out all of the functions accessing 'atomic_data'.
These will be converted to methods of a new type of internal PDB object.
........
r5329 | bugman | 2008-04-04 17:44:18 +0200 (Fri, 04 Apr 2008) | 3 lines
Created the internal relax PDB object class.
........
r5330 | bugman | 2008-04-04 17:48:08 +0200 (Fri, 04 Apr 2008) | 3 lines
Removed many unused imports.
........
r5331 | bugman | 2008-04-04 18:12:47 +0200 (Fri, 04 Apr 2008) | 3 lines
Updated the __all__ list.
........
r5332 | semor | 2008-04-04 20:21:08 +0200 (Fri, 04 Apr 2008) | 3 lines
Corrected calls to the heteronucleus in the model-free system test code.
........
r5333 | semor | 2008-04-04 20:22:33 +0200 (Fri, 04 Apr 2008) | 3 lines
Corrected calls to the heteronucleus in the opendx system test script code.
........
r5334 | semor | 2008-04-04 20:24:45 +0200 (Fri, 04 Apr 2008) | 3 lines
Corrected some comments.
........
r5335 | bugman | 2008-04-07 10:49:17 +0200 (Mon, 07 Apr 2008) | 7 lines
Updated the internal PDB structural object to use the self.structural_data object.
The atomic_data structure has been replaced by self.structural_data, and is no longer passed into
each method. The description of this object has also shifted from the methods into the class
docstring.
........
r5336 | bugman | 2008-04-07 10:50:15 +0200 (Mon, 07 Apr 2008) | 3 lines
Removed some useless epydoc text.
........
r5337 | bugman | 2008-04-07 10:55:49 +0200 (Mon, 07 Apr 2008) | 3 lines
Added the atom_add prototype method stub to the structral data API.
........
r5338 | bugman | 2008-04-07 10:58:25 +0200 (Mon, 07 Apr 2008) | 3 lines
Added the atom_connect prototype method stub to the structral data API.
........
r5339 | bugman | 2008-04-07 11:00:45 +0200 (Mon, 07 Apr 2008) | 3 lines
Added the terminate prototype method stub to the structral data API.
........
r5340 | bugman | 2008-04-07 11:04:13 +0200 (Mon, 07 Apr 2008) | 3 lines
A number of docstring updates for the structural data API.
........
r5341 | bugman | 2008-04-07 11:10:53 +0200 (Mon, 07 Apr 2008) | 5 lines
Added the write_pdb_file prototype method stub to the structral data API.
All the PDB record documentation has been shifted to the API stub method.
........
r5342 | bugman | 2008-04-07 11:45:38 +0200 (Mon, 07 Apr 2008) | 3 lines
Improvements to the generic_fns.structure package docstring.
........
r5343 | bugman | 2008-04-07 11:47:35 +0200 (Mon, 07 Apr 2008) | 3 lines
Included generic_fns/structure/ in the API docs.
........
r5344 | bugman | 2008-04-07 11:57:49 +0200 (Mon, 07 Apr 2008) | 3 lines
Added a module docstring to the relax internal PDB structural object.
........
r5345 | bugman | 2008-04-07 13:48:19 +0200 (Mon, 07 Apr 2008) | 3 lines
Changed all the docstrings to say 'method' rather than 'function'.
........
r5346 | bugman | 2008-04-07 13:49:36 +0200 (Mon, 07 Apr 2008) | 3 lines
Made one of the methods private by renaming to __get_chemical_name().
........
r5347 | bugman | 2008-04-07 13:50:51 +0200 (Mon, 07 Apr 2008) | 3 lines
Fixed the internal call to the atom_add() method.
........
r5348 | bugman | 2008-04-07 13:57:27 +0200 (Mon, 07 Apr 2008) | 5 lines
Spun out the centre_of_mass() function to its own module.
This new module will contain all functions related to mass and inertia.
........
r5349 | bugman | 2008-04-07 13:59:17 +0200 (Mon, 07 Apr 2008) | 3 lines
Docstring improvements.
........
r5350 | bugman | 2008-04-07 14:00:11 +0200 (Mon, 07 Apr 2008) | 3 lines
Renamed the generic_fns.structure.structure module to generic_fns.structure.main.
........
r5351 | bugman | 2008-04-07 14:01:00 +0200 (Mon, 07 Apr 2008) | 3 lines
Updated the __all__ package list.
........
r5352 | bugman | 2008-04-07 14:03:21 +0200 (Mon, 07 Apr 2008) | 3 lines
Fixed the structure user functions for the module rename of r5350.
........
r5353 | bugman | 2008-04-07 14:20:06 +0200 (Mon, 07 Apr 2008) | 3 lines
Converted the read_pdb() function to the new relax design.
........
r5354 | bugman | 2008-04-07 14:26:50 +0200 (Mon, 07 Apr 2008) | 5 lines
The cdp.structure object is now set to the Scientific Python structural data object.
Some code has also been shifted into the load_structures() method.
........
r5355 | bugman | 2008-04-07 14:28:26 +0200 (Mon, 07 Apr 2008) | 3 lines
The load_structures() method is now properly called.
........
r5356 | bugman | 2008-04-07 14:29:50 +0200 (Mon, 07 Apr 2008) | 3 lines
Removal of a few comments.
........
r5357 | bugman | 2008-04-07 14:33:38 +0200 (Mon, 07 Apr 2008) | 3 lines
An initial print out for the parser type.
........
r5358 | bugman | 2008-04-07 14:35:43 +0200 (Mon, 07 Apr 2008) | 3 lines
Removed a broken and now useless test.
........
r5359 | bugman | 2008-04-07 14:38:33 +0200 (Mon, 07 Apr 2008) | 3 lines
Fixed the call to the centre_of_mass() function in the N-state model code.
........
r5360 | bugman | 2008-04-07 14:40:51 +0200 (Mon, 07 Apr 2008) | 3 lines
Fixed a test for the presence of structural data in the current data pipe.
........
r5361 | bugman | 2008-04-07 14:42:18 +0200 (Mon, 07 Apr 2008) | 3 lines
Added a missing import.
........
r5362 | bugman | 2008-04-07 15:00:46 +0200 (Mon, 07 Apr 2008) | 3 lines
Modified centre_of_mass() to call a new generator function atom_loop() in the structural data object.
........
r5363 | bugman | 2008-04-07 16:29:16 +0200 (Mon, 07 Apr 2008) | 6 lines
The centre of mass function now works if the sequence does not exist in the current data pipe.
The spin_num and spin_name have been renamed to atom_num and atom_name respectively in the function
as well.
........
r5364 | bugman | 2008-04-07 16:30:28 +0200 (Mon, 07 Apr 2008) | 3 lines
Wrote the atom_loop() API function for the Scientific Python PDB structure object.
........
r5365 | bugman | 2008-04-07 16:31:24 +0200 (Mon, 07 Apr 2008) | 3 lines
Bug fix for the atom_loop() API generator method.
........
r5366 | bugman | 2008-04-07 16:33:13 +0200 (Mon, 07 Apr 2008) | 3 lines
Fixes for the centre of mass function.
........
r5367 | bugman | 2008-04-07 16:34:16 +0200 (Mon, 07 Apr 2008) | 3 lines
Removed a line of debugging code.
........
r5368 | bugman | 2008-04-07 16:36:31 +0200 (Mon, 07 Apr 2008) | 3 lines
Docstring fix for the atom_loop() generator method.
........
r5369 | bugman | 2008-04-07 16:47:28 +0200 (Mon, 07 Apr 2008) | 3 lines
Added the atom_loop() prototype generator method stub to the structural API.
........
r5370 | bugman | 2008-04-07 16:53:04 +0200 (Mon, 07 Apr 2008) | 5 lines
Changed the 'atomic_data' arg in all the geometric function to 'structure'.
This is because the structral data object will be passed into these functions instead.
........
r5371 | bugman | 2008-04-07 16:57:03 +0200 (Mon, 07 Apr 2008) | 3 lines
Updated all the calls to atom_add() and atom_connect() to use the API methods instead.
........
r5372 | bugman | 2008-04-07 17:01:24 +0200 (Mon, 07 Apr 2008) | 3 lines
Updated the cone_pdb() method to use the internal PDB structural object.
........
r5373 | bugman | 2008-04-07 17:02:13 +0200 (Mon, 07 Apr 2008) | 3 lines
Removed the initialisation of the 'atomic_data' structure in cone_pdb() as it is no longer used.
........
r5374 | bugman | 2008-04-07 17:04:08 +0200 (Mon, 07 Apr 2008) | 3 lines
Added the missing import of the API base class.
........
r5375 | bugman | 2008-04-07 17:06:36 +0200 (Mon, 07 Apr 2008) | 6 lines
Fix for the internal PDB structural object.
The data object is now initialised to an empty dictionary as in the base class it was initialised to
an empty list (causing the object methods to fail).
........
r5376 | bugman | 2008-04-07 17:08:52 +0200 (Mon, 07 Apr 2008) | 3 lines
The cone_pdb() method is now calling the geometric object functions in the correct locations.
........
r5377 | bugman | 2008-04-07 17:09:43 +0200 (Mon, 07 Apr 2008) | 3 lines
The geometric object functions have the correct args now passed into them.
........
r5378 | bugman | 2008-04-07 18:02:55 +0200 (Mon, 07 Apr 2008) | 6 lines
Fixes for the pymol user functions.
The pymol module is now being imported and its functions being called. The class methods of
generic_fns.pymol still need to be converted to module functions for this code to work.
........
r5379 | bugman | 2008-04-07 18:08:05 +0200 (Mon, 07 Apr 2008) | 3 lines
Converted all the class methods into module functions.
........
r5380 | bugman | 2008-04-07 18:11:33 +0200 (Mon, 07 Apr 2008) | 3 lines
Created a data container for storing the pymol command history.
........
r5381 | bugman | 2008-04-07 18:16:24 +0200 (Mon, 07 Apr 2008) | 3 lines
Updated the cartoon() function to the new relax design.
........
r5382 | bugman | 2008-04-07 18:25:39 +0200 (Mon, 07 Apr 2008) | 3 lines
Converted file_root() from a class method to a module function, and updated it to the new design.
........
r5383 | bugman | 2008-04-07 18:26:53 +0200 (Mon, 07 Apr 2008) | 3 lines
Converted the clear_history() function to a method of the PyMOL data object.
........
r5384 | bugman | 2008-04-07 18:28:21 +0200 (Mon, 07 Apr 2008) | 3 lines
Added the missing self argument to the clear_history() method.
........
r5385 | bugman | 2008-04-07 18:29:38 +0200 (Mon, 07 Apr 2008) | 3 lines
Fixed the call to relax_io.file_root in vector_dist().
........
r5386 | bugman | 2008-04-07 18:31:48 +0200 (Mon, 07 Apr 2008) | 3 lines
Converted pipe_open(), pipe_open_test(), and pipe_write() to methods of the pymol data object.
........
r5387 | bugman | 2008-04-07 18:37:05 +0200 (Mon, 07 Apr 2008) | 6 lines
Placed the PyMOL pipe into the PyMOL data object.
It is no longer stored in the relax data store. This will have the obvious effect of having a
single instance of PyMOL running, and not a seperate instance per data pipe.
........
r5388 | bugman | 2008-04-07 18:38:32 +0200 (Mon, 07 Apr 2008) | 3 lines
Updated the view() function to the new relax design.
........
r5389 | bugman | 2008-04-07 18:40:38 +0200 (Mon, 07 Apr 2008) | 3 lines
Updated the pipe_open() method to the new relax design.
........
r5390 | bugman | 2008-04-07 18:41:38 +0200 (Mon, 07 Apr 2008) | 3 lines
Fixed the references to the PyMOL command history.
........
r5391 | bugman | 2008-04-07 18:42:31 +0200 (Mon, 07 Apr 2008) | 5 lines
Bug fix for the cartoon() function.
The file_name object is a str, not a fn.
........
r5392 | bugman | 2008-04-07 18:44:58 +0200 (Mon, 07 Apr 2008) | 5 lines
Bug fix for the pipe_open() method.
The current data pipe should have been accessed, not the relax data store!
........
r5393 | bugman | 2008-04-07 18:46:52 +0200 (Mon, 07 Apr 2008) | 3 lines
Converted the open_pdb() function into a class method.
........
r5394 | bugman | 2008-04-07 18:48:24 +0200 (Mon, 07 Apr 2008) | 3 lines
Converted the open_pdb() method to the new relax design.
........