mailr12840 - /1.3/sample_scripts/model_free/dasha.py


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

Header


Content

Posted by edward on May 31, 2011 - 14:47:
Author: bugman
Date: Tue May 31 14:47:37 2011
New Revision: 12840

URL: http://svn.gna.org/viewcvs/relax?rev=12840&view=rev
Log:
Updates for the Dasha sample script.

The problem was identified by Shantanu Bhattacharyya <shantanu01 att cmu dott 
edu> in the post at
https://mail.gna.org/public/relax-users/2011-05/msg00018.html (Message-id:
<7a068ac7a9e90b8e8d374b334a20d4be.squirrel@xxxxxxxxxxxxxxxxxxxxxx>).


Modified:
    1.3/sample_scripts/model_free/dasha.py

Modified: 1.3/sample_scripts/model_free/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/model_free/dasha.py?rev=12840&r1=12839&r2=12840&view=diff
==============================================================================
--- 1.3/sample_scripts/model_free/dasha.py (original)
+++ 1.3/sample_scripts/model_free/dasha.py Tue May 31 14:47:37 2011
@@ -24,16 +24,15 @@
 
 
 # Set the data pipe names (also the names of preset model-free models).
-#pipes = ['m1', 'm2', 'm3', 'm4', 'm5', 'm6', 'm7', 'm8', 'm9']
-pipes = ['m1', 'm2', 'm3', 'm4', 'm5']
-
-# Nuclei type
-value.set('15N', 'heteronucleus')
+pipes = ['m1', 'm2', 'm3', 'm4', 'm5', 'm6', 'm7', 'm8', 'm9']
 
 # Loop over the pipes.
 for name in pipes:
     # Create the data pipe.
     pipe.create(name, 'mf')
+
+    # Nuclei type.
+    value.set('15N', 'heteronucleus')
 
     # Load the sequence.
     sequence.read('noe.500.out', res_num_col=1)




Related Messages


Powered by MHonArc, Updated Tue May 31 16:40:02 2011