
Hello, I am running a script through chimera which is looping jobs and is attempting to pull info from the reply log after each run. I need some way to clear the reply log between iterations so it doesn't pull info from a previous run. Is there any command to do this? I've tried replyobj.clearReplyStack() but it seems to be causing strange errors. Thanks. Colin Deniston UCSD Graduate Student Chemistry and Biochemistry Department

Hi Colin, This should do it: from chimera import dialogs replyDialog = dialogs.find("reply") replyDialog.Clear() --Eric Eric Pettersen UCSF Computer Graphics Lab
On May 12, 2020, at 3:45 PM, Colin K Deniston <cdenisto@ucsd.edu> wrote:
Hello,
I am running a script through chimera which is looping jobs and is attempting to pull info from the reply log after each run. I need some way to clear the reply log between iterations so it doesn't pull info from a previous run. Is there any command to do this? I've tried replyobj.clearReplyStack() but it seems to be causing strange errors. Thanks.
Colin Deniston UCSD Graduate Student Chemistry and Biochemistry Department _______________________________________________ Chimera-users mailing list: Chimera-users@cgl.ucsf.edu <mailto:Chimera-users@cgl.ucsf.edu> Manage subscription: https://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users <https://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users>
participants (2)
-
Colin K Deniston
-
Eric Pettersen