Dear Jacob and Andreas,
The PyMOL launching procedure occurs IMO in three
steps:
1) Start main PyMOL window and command processor
2) Start floating Tk window
3) Start plugins
(it should be similar when you use PyMOL in batch
mode).
Thus, it may occur that commands from your .pml
scripts are exec
This is, unfortunately, not the case. For our installation, rtools
already starts automatically (it's in the pmg_tk/startup directory).
Adding "run /rtools.py" to the .pymolrc does not allow rtools to
be used from within the script.
Jacob
andr...@biochem.utah.edu wrote:
Jacob,
I believe rto
Jacob,
I believe rtool will always be usable if you put
run /rtools.py
into your .pymolrc file.
Andreas
> This is an odd concidence, since I was just about to post about
> something very similar.
> I would like to use rtools commands from a .pml that is read from the
> command line (eg - wit
This is an odd concidence, since I was just about to post about
something very similar.
I would like to use rtools commands from a .pml that is read from the
command line (eg - with the -qc flag, instead of using the graphical
interface).
When starting pymol normally, rtools loads and everything
dear pymol users!
I use the Kristian Roter's rtools for easy access pdb files.
however, if I start a pmyol script (.pml, which I just double-click in
windows)
with a command like
pdb 1kv2
to get a pdb file loaded, I get an error which is, unfortunately,
beyond my pymol/python knowledge:
Py