[PyMOL] font list

2012-02-13 Thread Christian Roth
Hi, ist there a list of example letters for the availbale fonts in pymol? It would be nice to see which font may produce a more italic like expression or which a more roman or Arial like font. Thanks and Best wishes Christian --

Re: [PyMOL] font list

2012-02-13 Thread Thomas Holder
Hi Christian, you can create labels with all font ids in a grid and compare them easily. Just copy/paste the following code into a fresh PyMOL instance (no other objects loaded). python from pymol import cmd for i in range(1,21): name = 'label%d' % i cmd.pseudoatom(name, label='label fo

[PyMOL] PyMol API equivalent for 'create complex'

2012-02-13 Thread Rituparna Sengupta
Hi,  I've just started using PyMol, so this may come across as a stupid question. I'm using Python to make a plugin for a surface area calculation. What is the api version for the command: create complex, ligand target ?(ligand and target are pdb files) I tried using, cmd.create(complex, l

Re: [PyMOL] PyMol API equivalent for 'create complex'

2012-02-13 Thread Thomas Holder
Hi Ritu, put "ligand" and "target" in one string as an atom selection with a logical "or". cmd.load("ligand.pdb") cmd.load("target.pdb") cmd.create("complex", "ligand or target") Cheers, Thomas Rituparna Sengupta wrote, On 02/13/12 19:28: > Hi, > > I've just started using PyMol, so this may

[PyMOL] Open Source PyMOL v1.5.0.1

2012-02-13 Thread Jason Vertrees
Greetings, It is my pleasure to announce the release of open source PyMOL v1.5.0.1. The source code has been committed to the open-source repository. It is revision 3976. An svn tag and downloadable bz2 source file were also created. All of this is accessible form the PyMOL project page on SourceF

Re: [PyMOL] Open Source PyMOL v1.5.0.1

2012-02-13 Thread Christoph Gohlke
On 2/13/2012 11:27 AM, Jason Vertrees wrote: > Greetings, > > It is my pleasure to announce the release of open source PyMOL > v1.5.0.1. The source code has been committed to the open-source > repository. It is revision 3976. An svn tag and downloadable bz2 > source file were also created. All of

Re: [PyMOL] Open Source PyMOL v1.5.0.1

2012-02-13 Thread Jason Vertrees
Hi Christoph, I just noticed that myself. I'll add the requisite files now. Cheers, -- Jason On Mon, Feb 13, 2012 at 3:47 PM, Christoph Gohlke wrote: > > > On 2/13/2012 11:27 AM, Jason Vertrees wrote: >> Greetings, >> >> It is my pleasure to announce the release of open source PyMOL >> v1.5.0.

Re: [PyMOL] Open Source PyMOL v1.5.0.1

2012-02-13 Thread Jason Vertrees
Christoph et. al, The changes have been pushed. Please let me know if you run into any other problems. Cheers, -- Jason On Mon, Feb 13, 2012 at 3:50 PM, Jason Vertrees wrote: > Hi Christoph, > > I just noticed that myself. I'll add the requisite files now. > > Cheers, > > -- Jason > > On Mon,

Re: [PyMOL] Open Source PyMOL v1.5.0.1

2012-02-13 Thread Christoph Gohlke
Hi Jason, Thank you. Works well now. The speed improvements are very significant (Win64, GeForce GTX 560). Btw, the splash screens are still at version 1.3.x. Christoph On 2/13/2012 12:50 PM, Jason Vertrees wrote: > Hi Christoph, > > I just noticed that myself. I'll add the requisite files no

Re: [PyMOL] Open Source PyMOL v1.5.0.1

2012-02-13 Thread Justin Lecher
On 13.02.2012 20:27, Jason Vertrees wrote: > Greetings, > > It is my pleasure to announce the release of open source PyMOL > v1.5.0.1. The source code has been committed to the open-source > repository. It is revision 3976. An svn tag and downloadable bz2 > source file were also created. All of th

Re: [PyMOL] Open Source PyMOL v1.5.0.1

2012-02-13 Thread Troels Emtekær Linnet
Thanks! It worked. :-) Troels Emtekær Linnet 2012/2/13 Justin Lecher > On 13.02.2012 20:27, Jason Vertrees wrote: > > Greetings, > > > > It is my pleasure to announce the release of open source PyMOL > > v1.5.0.1. The source code has been committed to the open-source > > repository. It is rev