[PyMOL] cartoon and line representation

2014-09-02 Thread sunyeping
Dear all I want to display structures which contains numerous chains such as viruses in pymol. I find these sturctures can be displayed normally as line representation. However, when I show them as cartoon, usually only one chain can be displayed, and usually it is cartoon loop rather than the

Re: [PyMOL] Installation problem

2014-09-02 Thread Thomas Holder
Hi Peter, we haven't seen this problem before, can you give us some details about your setup? Is this on Windows 8? Thanks, Thomas On 29 Aug 2014, at 14:11, Peter Kahn k...@aesop.rutgers.edu wrote: Dear All: Help! Re-installing Pymol 1.7.0.5 after uninstalling failed with the following

Re: [PyMOL] cartoon and line representation

2014-09-02 Thread Sampson, Jared
Hi Yeping - I’m unable to reproduce the behavior you’re seeing—using your commands in Open Source PyMOL 1.7.2.0, I get the whole capsid displayed properly as a cartoon. What version of PyMOL are you using? You could also try using the `all_states` setting instead: fetch 3j2v, type=pdb1,

[PyMOL] python script to define an extra pymol function and then use it during the same session

2014-09-02 Thread Jose Manuel Gally
Dear Pymol mailing list, I am facing a problem with some python scripting involving pymol... I have a python script which adds a new function to pymol (align_all_to_all.py that I found on pymolwiki). I added some features to it so that it can load pdbs and thus automate the calculations.

Re: [PyMOL] python script to define an extra pymol function and then use it during the same session

2014-09-02 Thread Matthew Baumgartner
Hi, When you call cmd.extend(), it does not add the function to pymol.cmd. Just call it directly: Change pymol.cmd.align_all_to_all() to align_all_to_all() You may need to import it if you haven't already (and make sure it is in the PYTHONPATH). HTH, Matt Baumgartner On 09/02/2014 10:38

[PyMOL] re: cartoon and line representation

2014-09-02 Thread sunyeping
Dear Jared,I am using  Open Source PyMOL 1.6.0.0. If you save the whole virus structure as a single pdb file, and reload it into pymol and then show it as cartoon, can you still display the whole structure? As for me, it can display only one chain shown as cartoon_loop.Best regards. Yeping Sun