
dear chimera team / users, i was looking for a way to save the content of the reply log to a text file via command line, because i wanted to embed and process some results given in the reply log in a small cmd/py-script without. thanks in advance, sebastian -- Sebastian Kruggel Institut für Pharmazie Bundesstr. 45 | Raum 112 (406) D 20146 Hamburg Tel +49 (0)40 42838-3626 (-3484) kruggel@chemie.uni-hamburg.de

Hi Sebastian, One thing is that if you are running in nogui mode (i.e. with the startup command line argument "--nogui") then replies will come out on standard output, which you could redirect to a file. Otherwise you can save the contents of the reply log with this Python code: from chimera.tkgui import saveReplyLog saveReplyLog("savefilename") --Eric Eric Pettersen UCSF Computer Graphics Lab On Apr 1, 2009, at 3:20 AM, Sebastian Kruggel wrote:
dear chimera team / users,
i was looking for a way to save the content of the reply log to a text file via command line, because i wanted to embed and process some results given in the reply log in a small cmd/py-script without.
thanks in advance, sebastian
-- Sebastian Kruggel Institut für Pharmazie Bundesstr. 45 | Raum 112 (406) D 20146 Hamburg
Tel +49 (0)40 42838-3626 (-3484) kruggel@chemie.uni-hamburg.de _______________________________________________ Chimera-users mailing list Chimera-users@cgl.ucsf.edu http://www.cgl.ucsf.edu/mailman/listinfo/chimera-users
participants (2)
-
Eric Pettersen
-
Sebastian Kruggel