mailr16129 - /1.3/sample_scripts/noe.py


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

Header


Content

Posted by edward on May 09, 2012 - 09:22:
Author: bugman
Date: Wed May  9 09:22:17 2012
New Revision: 16129

URL: http://svn.gna.org/viewcvs/relax?rev=16129&view=rev
Log:
Updated the deselect.read user function call in the noe.py sample script to 
match relax_fit.py.

All the column args are now specified.


Modified:
    1.3/sample_scripts/noe.py

Modified: 1.3/sample_scripts/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/noe.py?rev=16129&r1=16128&r2=16129&view=diff
==============================================================================
--- 1.3/sample_scripts/noe.py (original)
+++ 1.3/sample_scripts/noe.py Wed May  9 09:22:17 2012
@@ -50,7 +50,7 @@
 spectrum.error_analysis()
 
 # Deselect unresolved residues.
-deselect.read(file='unresolved')
+deselect.read(file='unresolved', mol_name_col=1, res_num_col=2, 
res_name_col=3, spin_num_col=4, spin_name_col=5)
 
 # Calculate the NOEs.
 calc()




Related Messages


Powered by MHonArc, Updated Wed May 09 10:00:02 2012