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()


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to