mailr7105 - in /branches/rdc_analysis: ./ generic_fns/ generic_fns/structure/ prompt/ specific_fns/ specific_fns/model_free/ tes...


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 08, 2008 - 09:35:
Author: bugman
Date: Fri Aug  8 09:35:19 2008
New Revision: 7105

URL: http://svn.gna.org/viewcvs/relax?rev=7105&view=rev
Log:
Merged revisions 7047-7075,7094-7104 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r7047 | semor | 2008-07-31 15:43:31 +0200 (Thu, 31 Jul 2008) | 3 lines
  
  Added a missing import.
........
  r7048 | semor | 2008-07-31 15:46:13 +0200 (Thu, 31 Jul 2008) | 3 lines
  
  Converted 'self.relax.IO' instances to 'relax_io' and added corresponding 
imports.
........
  r7049 | semor | 2008-07-31 16:05:37 +0200 (Thu, 31 Jul 2008) | 5 lines
  
  More conversions of 'relax.IO' to 'relax_io'.
  
  Old instances are now completely converted.
........
  r7050 | semor | 2008-07-31 16:23:49 +0200 (Thu, 31 Jul 2008) | 3 lines
  
  Removed many unused imports.
........
  r7051 | semor | 2008-07-31 16:51:45 +0200 (Thu, 31 Jul 2008) | 5 lines
  
  Started to implement system tests for the use of the external program Dasha.
  
  This code is mimicked on the palmer code for testing interaction with 
ModelFree4.
........
  r7052 | semor | 2008-07-31 21:07:51 +0200 (Thu, 31 Jul 2008) | 7 lines
  
  Completed the coding for the system tests temporary directory used by 
external programs.
  
  This follows the thread started by Edward d'Auvergne at:
  https://mail.gna.org/public/relax-devel/2008-07/msg00056.html (message ID:
  7f080ed10807310053w4cf118bajab47aad7536db4dc@xxxxxxxxxxxxxx).
........
  r7053 | semor | 2008-07-31 21:25:31 +0200 (Thu, 31 Jul 2008) | 3 lines
  
  Added the temporary directory path to the state.save() function.
........
  r7054 | semor | 2008-07-31 22:08:08 +0200 (Thu, 31 Jul 2008) | 5 lines
  
  More removal of run arguments.
  
  These changes are part of the new design.
........
  r7055 | semor | 2008-07-31 22:11:44 +0200 (Thu, 31 Jul 2008) | 3 lines
  
  Still more removal of run arguments.
........
  r7056 | bugman | 2008-08-01 11:08:51 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Converted the VMD class methods into module functions.
........
  r7057 | bugman | 2008-08-01 11:11:39 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Converted the VMD code to the new relax design.
........
  r7058 | bugman | 2008-08-01 11:14:01 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Shifted the VMD module import check into dep_check.py.
........
  r7059 | bugman | 2008-08-01 11:37:54 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Converted the copy() method to the new design (and converted into a 
function).
........
  r7060 | bugman | 2008-08-01 11:39:55 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Converted the diplay() method to the new design and into a module function.
........
  r7061 | bugman | 2008-08-01 11:54:11 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Converted the write() and write_data() methods to the new design and into 
module functions.
........
  r7062 | semor | 2008-08-01 13:54:49 +0200 (Fri, 01 Aug 2008) | 7 lines
  
  Changed a variable name to avoid confusion.
  
  This is in response to a post by Edward d'Auvergne at:
  https://mail.gna.org/public/relax-devel/2008-08/msg00011.html (message ID:
  7f080ed10808010103o2bc3db69r385daf7fc8c168d2@xxxxxxxxxxxxxx).
........
  r7063 | bugman | 2008-08-01 14:04:34 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Added the ability to have extra columns written by write_line().
........
  r7064 | bugman | 2008-08-01 14:07:34 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Modified write_header() to write extra columns as well.
........
  r7065 | bugman | 2008-08-01 14:17:49 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Modified the write_data() function to use write_header() and write_line() 
from generic_fns.sequence.
........
  r7066 | bugman | 2008-08-01 14:19:47 +0200 (Fri, 01 Aug 2008) | 5 lines
  
  Converted the read() class method into a module function.
  
  This completes the conversion of all class methods to functions.
........
  r7067 | bugman | 2008-08-01 14:53:53 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Converted the generic_fns.value.read() function to the new design.
........
  r7068 | bugman | 2008-08-01 14:54:39 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Bug fix, removed a now non-existent reference to 'self'.
........
  r7069 | bugman | 2008-08-01 14:55:21 +0200 (Fri, 01 Aug 2008) | 3 lines
  
  Fixed a call to minimise.reset_min_stats().
........
  r7070 | bugman | 2008-08-05 22:04:16 +0200 (Tue, 05 Aug 2008) | 3 lines
  
  Fix for the set_selected_sim() method, the args were back to front.
........
  r7071 | bugman | 2008-08-05 22:20:04 +0200 (Tue, 05 Aug 2008) | 3 lines
  
  Changed the instance arg to model_index in the model-free 
set_selected_sim() method.
........
  r7072 | bugman | 2008-08-05 22:22:15 +0200 (Tue, 05 Aug 2008) | 5 lines
  
  Fixes for the J(w) mapping set_selected_sim() method.
  
  The spin index and not spin container is passed into the method.
........
  r7073 | bugman | 2008-08-05 22:28:10 +0200 (Tue, 05 Aug 2008) | 3 lines
  
  Added a missing import.
........
  r7074 | bugman | 2008-08-05 23:29:30 +0200 (Tue, 05 Aug 2008) | 3 lines
  
  Converted the spin loop in create_data() to a loop over the models.
........
  r7075 | semor | 2008-08-06 15:13:23 +0200 (Wed, 06 Aug 2008) | 7 lines
  
  Ported r7070, r7072 and r7073 to the consistency tests code.
  
  r7070: http://svn.gna.org/viewcvs/relax?rev=7070&view=rev
  r7072: http://svn.gna.org/viewcvs/relax?rev=7072&view=rev
  r7073: http://svn.gna.org/viewcvs/relax?rev=7073&view=rev
........
  r7094 | bugman | 2008-08-07 21:53:33 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Modified the create_data() method to use the unimplemented base_data_loop() 
generator method.
........
  r7095 | bugman | 2008-08-07 22:11:42 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Created the base_data_loop() generator method for the base class for 
looping over spins.
........
  r7096 | bugman | 2008-08-07 22:23:30 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Made the base_data_loop() generator method accessible to the specific 
analyses.
........
  r7097 | bugman | 2008-08-07 22:47:31 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Updated create_mc_data() and sim_pack_data() to accept the spin_id yielded 
by base_data_loop().
........
  r7098 | bugman | 2008-08-07 22:54:36 +0200 (Thu, 07 Aug 2008) | 5 lines
  
  Updated the return_error() method to accept the spin_id arg.
  
  This change doesn't actually do anything.
........
  r7099 | bugman | 2008-08-07 23:11:24 +0200 (Thu, 07 Aug 2008) | 5 lines
  
  Implemented the create_mc_data() method.
  
  In the 1.2 line, this was simply aliased to the return_data() method.
........
  r7100 | bugman | 2008-08-07 23:17:34 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Added the missing self arg to create_mc_data().
........
  r7101 | bugman | 2008-08-07 23:28:31 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Added a missing import.
........
  r7102 | bugman | 2008-08-07 23:34:36 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Updated the return_error() to accept the spin_id arg.
........
  r7103 | bugman | 2008-08-07 23:53:41 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Updated the sim_pack_data() method to the new design.
........
  r7104 | bugman | 2008-08-07 23:58:28 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Fixed a call to the data_init() method.
........

Added:
    branches/rdc_analysis/test_suite/system_tests/dasha.py
      - copied unchanged from r7104, 1.3/test_suite/system_tests/dasha.py
    branches/rdc_analysis/test_suite/system_tests/scripts/dasha.py
      - copied unchanged from r7104, 
1.3/test_suite/system_tests/scripts/dasha.py
Modified:
    branches/rdc_analysis/   (props changed)
    branches/rdc_analysis/dep_check.py
    branches/rdc_analysis/generic_fns/align_tensor.py
    branches/rdc_analysis/generic_fns/dasha.py
    branches/rdc_analysis/generic_fns/diffusion_tensor.py
    branches/rdc_analysis/generic_fns/grace.py
    branches/rdc_analysis/generic_fns/mol_res_spin.py
    branches/rdc_analysis/generic_fns/molmol.py
    branches/rdc_analysis/generic_fns/monte_carlo.py
    branches/rdc_analysis/generic_fns/pymol.py
    branches/rdc_analysis/generic_fns/relax_data.py
    branches/rdc_analysis/generic_fns/sequence.py
    branches/rdc_analysis/generic_fns/structure/scientific.py
    branches/rdc_analysis/generic_fns/value.py
    branches/rdc_analysis/generic_fns/vmd.py
    branches/rdc_analysis/prompt/dasha.py
    branches/rdc_analysis/relax_errors.py
    branches/rdc_analysis/specific_fns/base_class.py
    branches/rdc_analysis/specific_fns/consistency_tests.py
    branches/rdc_analysis/specific_fns/jw_mapping.py
    branches/rdc_analysis/specific_fns/model_free/main.py
    branches/rdc_analysis/specific_fns/noe.py
    branches/rdc_analysis/specific_fns/relax_fit.py
    branches/rdc_analysis/specific_fns/setup.py
    branches/rdc_analysis/test_suite/system_tests/__init__.py
    branches/rdc_analysis/test_suite/system_tests/palmer.py
    branches/rdc_analysis/test_suite/system_tests/scripts/palmer.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/rdc_analysis/dep_check.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/dep_check.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/align_tensor.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/dasha.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/diffusion_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/diffusion_tensor.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/grace.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/mol_res_spin.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/molmol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/molmol.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/monte_carlo.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/monte_carlo.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/pymol.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/pymol.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/relax_data.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/sequence.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/sequence.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/structure/scientific.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/value.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/value.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/generic_fns/vmd.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/vmd.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/prompt/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/prompt/dasha.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/relax_errors.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/relax_errors.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/base_class.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/consistency_tests.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/specific_fns/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/jw_mapping.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/model_free/main.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/specific_fns/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/noe.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/relax_fit.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/setup.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/test_suite/system_tests/__init__.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/test_suite/system_tests/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/test_suite/system_tests/palmer.py?rev=7105&r1=7104&r2=7105&view=diff

Modified: branches/rdc_analysis/test_suite/system_tests/scripts/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/test_suite/system_tests/scripts/palmer.py?rev=7105&r1=7104&r2=7105&view=diff




Related Messages


Powered by MHonArc, Updated Fri Aug 08 10:20:27 2008