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
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
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
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,
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.
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
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
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
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
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
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
--
11 matches
Mail list logo