mailr9760 - /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 13, 2009 - 19:22:
Author: bugman
Date: Tue Oct 13 19:22:24 2009
New Revision: 9760

URL: http://svn.gna.org/viewcvs/relax?rev=9760&view=rev
Log:
Fix for the BMRB system test.  The arg to bmrb.software() should be cite_ids.


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=9760&r1=9759&r2=9760&view=diff
==============================================================================
--- branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py (original)
+++ branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py Tue Oct 13 
19:22:24 2009
@@ -37,7 +37,7 @@
 bmrb.software_select('NMRPipe')
 bmrb.software_select('Sparky', version='3.106')
 cite_id = bmrb.citation(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=[cite_id], tasks=['procrastinating', 'nothing much', 'wasting time'])
+bmrb.software(name='X', url='http://nmr-relax.com', vendor_name='me', 
cite_ids=[cite_id], tasks=['procrastinating', 'nothing much', 'wasting time'])
 
 # 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 Tue Oct 13 19:40:02 2009