Thats great input.
Thanks alot, will check.
Martin
On 27.04.16 20:36, Sampson, Jared M. wrote:
Hi Martin -
I've also experienced this kind of tedium. Depending on the type of extension
it is, you could also consider writing tests for your function that can be run
by either:
a) importing P
Hi Martin -
I've also experienced this kind of tedium. Depending on the type of extension
it is, you could also consider writing tests for your function that can be run
by either:
a) importing PyMOL commands into a python (.py) script and running e.g.
`nosetests` or other unit testing softwa
Hi Martin,
how about:
set_key F1, run script.py; function_from_script()
Reduces step 3) and 4) to hitting "F1" on the keyboard.
Cheers,
Thomas
On 24 Apr 2016, at 06:36, Martin Hediger wrote:
> Hi all
>
> When working on a PyMOL extension script, my workflow is currently something
> like