mailr9860 - /branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py


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

Header


Content

Posted by edward on October 29, 2009 - 18:25:
Author: bugman
Date: Thu Oct 29 18:25:57 2009
New Revision: 9860

URL: http://svn.gna.org/viewcvs/relax?rev=9860&view=rev
Log:
Fixes for the BMRB system test.


Modified:
    branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py

Modified: branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py?rev=9860&r1=9859&r2=9860&view=diff
==============================================================================
--- branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py (original)
+++ branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py Thu Oct 29 
18:25:57 2009
@@ -2,6 +2,7 @@
 
 # Python module imports.
 import sys
+from os import sep
 
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
@@ -49,9 +50,8 @@
 bmrb.citation(cite_id='test', authors=[["Edward", "d'Auvergne", "E.", "J."], 
["Paul", "Gooley", "P.", "R."]], doi="10.1039/b702202f", 
pubmed_id="17579774", full_citation="d'Auvergne E. J., Gooley P. R. (2007). 
Set theory formulation of the model-free problem and the diffusion seeded 
model-free paradigm. Mol. Biosyst., 3(7), 483-494.", title="Set theory 
formulation of the model-free problem and the diffusion seeded model-free 
paradigm.", status="published", type="journal", journal_abbrev="Mol. 
Biosyst.", journal_full="Molecular Biosystems", volume=3, issue=7, 
page_first=483, page_last=498, year=2007)
 bmrb.software(name='X', url='http://nmr-relax.com', vendor_name='me', 
cite_ids=['test'], tasks=['procrastinating', 'nothing much', 'wasting time'])
 bmrb.script(file='noe.py', dir=sys.path[-1]+sep+'sample_scripts', 
analysis_type='noe', engine='relax')
-bmrb.script(file='relax_fit.py', dir=sys.path[-1]+sep+'sample_scripts', 
analysis_type='relaxation curve fitting', engine='relax')
-bmrb.script(file='full_analysis.py', dir=sys.path[-1]+sep+'sample_scripts', 
analysis_type='model-free', model_selection='AIC', engine='relax', 
model_elim=True, universal_solution=True)
-
+bmrb.script(file='relax_fit.py', dir=sys.path[-1]+sep+'sample_scripts', 
analysis_type='relax_fit', engine='relax')
+bmrb.script(file='full_analysis.py', dir=sys.path[-1]+sep+'sample_scripts', 
analysis_type='mf', model_selection='AIC', engine='relax', model_elim=True, 
universal_solution=True)
 
 # Write, then read the data to a new data pipe.
 bmrb.write(file=ds.tmpfile, dir=None, version=ds.version, force=True)




Related Messages


Powered by MHonArc, Updated Thu Oct 29 19:20:05 2009