Re: [PyMOL] Downloading the biological assembly from the PDB

2011-05-04 Thread Thomas Holder
Hi Martin, you may also consider these scripts from PyMOLWiki that generate the biological assembly from the asymmetric unit. http://pymolwiki.org/index.php/BiologicalUnit/Quat or http://pymolwiki.org/index.php/BiologicalUnit Cheers, Thomas Martin Hediger wrote, On 05/03/11 22:00: Dear

[PyMOL] Fetching scripts

2011-05-04 Thread Michael Lerner
Hi all, I'm considering building in a mechanism for automatically fetching scripts from the PyMOL Wiki. The goal is to allow users to say fetch findSurfaceResidues, type=script findSurfaceResidues doShow=True, cutoff=0.5 The convenience benefits are obvious, especially for new users, and I

Re: [PyMOL] Fetching scripts

2011-05-04 Thread Thomas Evangelidis
Sounds awesome! Adding an option to chose whether to load the script every time PyMol launches, or just fetch and use it once, would be even more convenient. It would resemble installation of packages from Linux repositories ;) On 4 May 2011 18:59, Michael Lerner mgler...@gmail.com wrote: Hi

Re: [PyMOL] Simultaneous fading in and out of different representations

2011-05-04 Thread Thomas Holder
Hi Sena, the second argument to mdo was not correct, there you had two strings and a semicolon what must be one string and the semicolon within. Works for me like this: python cmd.mset(1x100) cmd.mdo(1, set cartoon_transparency, 1.0; set ribbon_transparency, 0.0) for i in range(40,60):

Re: [PyMOL] Fetching scripts

2011-05-04 Thread Pete Meyer
Hi, From a security perspective, it seems like the ideas on the wiki page are all related to securing the remote source. It might be worth considering what could be done to minimize how much pymol has to trust the remote source or the network. A few ideas: - Sandboxing would be ideal,