mailr9740 - /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 11, 2009 - 19:58:
Author: bugman
Date: Sun Oct 11 19:58:14 2009
New Revision: 9740

URL: http://svn.gna.org/viewcvs/relax?rev=9740&view=rev
Log:
Added a call to the non-existent bmrb.citation() user function.

This will be used to design the UI.


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=9740&r1=9739&r2=9740&view=diff
==============================================================================
--- branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py (original)
+++ branches/bmrb/test_suite/system_tests/scripts/bmrb_rw.py Sun Oct 11 
19:58:14 2009
@@ -33,10 +33,11 @@
 # Display the data (as a test).
 relax_data.display(ri_label='R1', frq_label='800')
 
-# Set up all the BMRB information.
+# Set up some BMRB information.
 bmrb.software_select('NMRPipe')
 bmrb.software_select('Sparky', version='3.106')
 bmrb.software(name='X', url='http://X.X.X', vendor_name='me', 
cite='Nothing!', tasks=['procrastinating', 'nothing much', 'wasting time'])
+bmrb.citation(authors=[["Edward", "d'Auvergne", "E.", "J."], ["Paul", 
"Gooley", "P.", "R."]], doi="http://dx.doi.org/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)
 
 # 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 Sun Oct 11 20:20:05 2009