[Chimera-users] [chimerax-users] ViewDock script

Eric Pettersen pett at cgl.ucsf.edu
Fri Jun 19 15:57:32 PDT 2020


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> 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>
> Sent: Friday, June 19, 2020 3:50 PM
> To: Moustafa, Ibrahim M. <ria2 at psu.edu>
> Cc: chimerax-users at cgl.ucsf.edu <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%7Ca1c7425c985249aac62908d8148a17f4%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C0%7C637281930630069943&sdata=o57WeP5isjFyrJQaDxwbfnUtnVEHapcRK%2F32oNQZr6w%3D&reserved=0>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-users/attachments/20200619/9a8a353b/attachment.html>


More information about the Chimera-users mailing list