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

2011-05-03 Thread Jason Vertrees
Hi Martin, Do you mean something like this? If so, use the type= parameter with fetch. # grab the biological unit; this PDB1 is in # 2 states, so split them with multiplex fetch 1avd, type=pdb1, multiplex=1, async=0 # color the chains util.color_chains() # show as cartoon as cartoon

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

2011-05-03 Thread Joel Tyndall
Hi Martin, You can download the biological assembly directly from the pdb website. Under download files (RHS) usually the last entry is Biological Assembly. Once downloaded you can unzip it and change the file suffix back to pdb e.g. 1AVD.pdb1 == 1AVD_1.pdb Hope this helps Joel

[PyMOL] Pymol for Mac with xtc support

2011-05-03 Thread Matthias Schmidt
Hi, This is a specific question about how to compile Pymol for Mac with xtc support. The regular Pymol version that is compiled with port does not include support for xtc files (and thus can't play movies). However, the best thing about Pymol are its movie-making tools. How do you compile Pymol