Hi,

Just like the Molmol macro creation currently is performed, the Pymol
macro creation should also be part of the specific analysis API.  I
have just added this to the API and is accessible as pymol_macro.  To
see how this is done for Molmol, see specific_fns/model_free/molmol.py
and generic_fns.molmol.  The Molmol macro creation can be mimicked for
Pymol macros. This Pymol functionality is not UI specific and can be
made available to all UIs.  This is even the case if the Pymol GL
canvas is added to the GUI.  This code rearrangement is not needed for
the first version of the GUI, but must be done in the future to put
this code into the correct place within relax.

Regards,

Edward



On 23 April 2010 04:23,  <[email protected]> wrote:
> Author: michaelbieri
> Date: Fri Apr 23 04:23:17 2010
> New Revision: 11130
>
> URL: http://svn.gna.org/viewcvs/relax?rev=11130&view=rev
> Log:
> Removed ability of color_code_noe() to add entries to results list.
>
> This has to be done by auto_noe.py.
>
> Modified:
>    branches/bieri_gui/gui_bieri/analyses/results_analysis.py
>
> Modified: branches/bieri_gui/gui_bieri/analyses/results_analysis.py
> URL: 
> http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/results_analysis.py?rev=11130&r1=11129&r2=11130&view=diff
> ==============================================================================
> --- branches/bieri_gui/gui_bieri/analyses/results_analysis.py (original)
> +++ branches/bieri_gui/gui_bieri/analyses/results_analysis.py Fri Apr 23 
> 04:23:17 2010
> @@ -71,9 +71,6 @@
>     file.write("set stick_quality, 10\n")
>     file.write("ray\n")
>     file.close()
> -
> -    # add macro to results tab
> -    self.list_noe.Append(directory + sep + 'noe.pml')
>
>
>  def model_free_results(self):
>
>
> _______________________________________________
> relax (http://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
>

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

This is the relax-devel 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-devel

Reply via email to