Hi all,
I want to send pymol command from a tcl/tk GUI. To begin, I just want to
open pymol and load a pdb file when I click on a button. I'm using pipe.
here is my code:
button .b1 -text "pipe" -command "runPymolAndLoad"
proc runPymolAndLoad {} {
set fl [open "|pymol -p" w]
set opt "load
".pymolrc" or "pymolrc". see :
http://www.pymolwiki.org/index.php/Launching_PyMOL
gilleain
On 5/11/06, Praedor Atrebates wrote:
I would like to make some settings I use permanent and default in pymol
because every time I start pymol or reinitialize and load a new pdb/pse I
have to make a se