mailr12599 - /1.3/generic_fns/exp_info.py


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

Header


Content

Posted by edward on February 21, 2011 - 09:59:
Author: bugman
Date: Mon Feb 21 09:59:38 2011
New Revision: 12599

URL: http://svn.gna.org/viewcvs/relax?rev=12599&view=rev
Log:
Added the Bruker PDC software info to the exp_info module.

This is from https://mail.gna.org/public/relax-devel/2011-02/msg00056.html 
(Message-id:
<4D621CF8.601@xxxxxxxxxxxxxxxxx>).


Modified:
    1.3/generic_fns/exp_info.py

Modified: 1.3/generic_fns/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/exp_info.py?rev=12599&r1=12598&r2=12599&view=diff
==============================================================================
--- 1.3/generic_fns/exp_info.py (original)
+++ 1.3/generic_fns/exp_info.py Mon Feb 21 09:59:38 2011
@@ -68,6 +68,12 @@
 SOFTWARE['Sparky'].url = "http://www.cgl.ucsf.edu/home/sparky/";
 SOFTWARE['Sparky'].tasks = ["spectral analysis"]
 
+# Protein Dynamics Center software.
+SOFTWARE['Protein Dynamics Center'] = Software_store()
+SOFTWARE['Protein Dynamics Center'].name = "Protein Dynamics Center"
+SOFTWARE['Protein Dynamics Center'].authors = "Bruker BioSpin GmbH"
+SOFTWARE['Protein Dynamics Center'].url = "http://www.bruker-biospin.com";
+SOFTWARE['Protein Dynamics Center'].tasks = ["relaxation analysis"]
 
 
 def bmrb_write_citations(star):




Related Messages


Powered by MHonArc, Updated Mon Feb 21 10:40:02 2011