mailRe: r10906 - /branches/bieri_gui/gui_bieri/analyses/auto_noe.py


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

Header


Content

Posted by Edward d'Auvergne on February 24, 2010 - 19:14:
On 24 February 2010 06:25,  <michael.bieri@xxxxxx> wrote:
Author: michaelbieri
Date: Wed Feb 24 06:25:57 2010
New Revision: 10906

URL: http://svn.gna.org/viewcvs/relax?rev=10906&view=rev
Log:
Synchronisation of NOE data prior to relax execution is improved and 
adapted to NOE calculation.

There are still several issues that have to be considered, such as saving 
and synchronising unresolved residues and the structure file / sequence 
file.



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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_noe.py?rev=10906&r1=10905&r2=10906&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_noe.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_noe.py Wed Feb 24 06:25:57 
2010
@@ -616,7 +616,7 @@


    def sync_ds(self, upload=False):
-        """Synchronise the rx analysis frame and the relax data store, 
both ways.
+        """Synchronise the noe analysis frame and the relax data store, 
both ways.

        This method allows the frame information to be uploaded into the 
relax data store, or for the information in the relax data store to be 
downloaded by the frame.

@@ -636,17 +636,42 @@
        else:
            self.field_results_dir.SetValue(str(self.data.save_dir))

+
+

These 2 new lines should not be here as they break the coding standard.

+        # THESE INFORMATIONS HAVE TO BE SAVED!!!!!!!!!!!!!

As this is a comment to yourself, I would add FIXME: to the start.
This is a special piece of text that is highlighted by most source
editors.  It makes parts of the code requiring attention stand out.

Cheers,

Edward



Related Messages


Powered by MHonArc, Updated Wed Feb 24 19:20:15 2010