mailr10524 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.py


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

Header


Content

Posted by edward on January 28, 2010 - 15:37:
Author: bugman
Date: Thu Jan 28 15:37:35 2010
New Revision: 10524

URL: http://svn.gna.org/viewcvs/relax?rev=10524&view=rev
Log:
Turned off support for the unresolved file as this is currently broken.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_model_free.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=10524&r1=10523&r2=10524&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Thu Jan 28 
15:37:35 2010
@@ -568,7 +568,9 @@
             data.relax_data.append(['NOE', str(frq), float(frq)*1e6, 
files[0], None, None, 2, 3, 4, 5, 6, 7, None])
 
         # The file containing the list of unresolved spins to exclude from 
the analysis (set this to None if no spin is to be excluded).
+        # FIXME:  The unresolved file is not properly handled!
         data.unres = self.data.results_dir_model + sep + 'unresolved'
+        data.unres = None
 
         # A file containing a list of spins which can be dynamically 
excluded at any point within the analysis (when set to None, this variable is 
not used).
         data.exclude = None




Related Messages


Powered by MHonArc, Updated Thu Jan 28 17:20:02 2010