[Chimera-users] [chimerax-users] ViewDock script
Moustafa, Ibrahim M.
ria2 at psu.edu
Fri Jun 19 17:09:05 PDT 2020
Thanks Eric. It works!
Ibrahim
________________________________
From: Eric Pettersen <pett at cgl.ucsf.edu>
Sent: Friday, June 19, 2020 6:57 PM
To: Moustafa, Ibrahim M. <ria2 at psu.edu>
Cc: chimera-users at cgl.ucsf.edu BB <chimera-users at cgl.ucsf.edu>
Subject: Re: [chimerax-users] ViewDock script
Hi Ibrahim,
There is no command, but there is Python code that will do it and since you are already using a Python script you can just put this code in it:
from chimera.extension import manager as mgr
for inst in mgr.instances:
if inst.__class__.__name__ == "ViewDock":
inst.Quit()
--Eric
Eric Pettersen
UCSF Computer Graphics Lab
On Jun 19, 2020, at 3:43 PM, Moustafa, Ibrahim M. <ria2 at psu.edu<mailto:ria2 at psu.edu>> wrote:
Hi Eric,
I'm using Chimera. Is there an equivalent command to use in Chimera?
Thanks,
Ibrahim
________________________________
From: Eric Pettersen <pett at cgl.ucsf.edu<mailto:pett at cgl.ucsf.edu>>
Sent: Friday, June 19, 2020 3:50 PM
To: Moustafa, Ibrahim M. <ria2 at psu.edu<mailto:ria2 at psu.edu>>
Cc: chimerax-users at cgl.ucsf.edu<mailto:chimerax-users at cgl.ucsf.edu> <chimerax-users at cgl.ucsf.edu<mailto:chimerax-users at cgl.ucsf.edu>>
Subject: Re: [chimerax-users] ViewDock script
Hi Ibrahim,
“ui tool hide ViewDockX” will hide all ViewDockX windows.
--Eric
Eric Pettersen
UCSF Computer Graphics Lab
On Jun 19, 2020, at 11:54 AM, Moustafa, Ibrahim M. <ria2 at psu.edu<mailto:ria2 at psu.edu>> wrote:
Dear All,
I'm trying to run ViewDock from a script using the following command in a loop:
runCommand("viewdock " + filename + " AutoDock")
It works fine. However, the ViewDock window remains opened after reading each file. For large number of files it is not practical to close them manually.
Is there a command to close the opened ViewDock windows to add to the script?
Thank you for your help.
Ibrahim
_______________________________________________
ChimeraX-users mailing list
ChimeraX-users at cgl.ucsf.edu<mailto:ChimeraX-users at cgl.ucsf.edu>
Manage subscription:
https://plato.cgl.ucsf.edu/mailman/listinfo/chimerax-users<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplato.cgl.ucsf.edu%2Fmailman%2Flistinfo%2Fchimerax-users&data=02%7C01%7Cria2%40psu.edu%7Cd0f7236fa6484e2cb97c08d814a42722%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C0%7C637282042554799381&sdata=vMONkjxW50ZwaDrZUMP3wcSBl2mgnLLua8iXrji5vQ8%3D&reserved=0>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-users/attachments/20200620/f08a9b2b/attachment-0001.html>
More information about the Chimera-users
mailing list