Re: [PyMOL] regarding show_bumps

2016-01-28 Thread ccp4 pymol
Dear Thomas Thank you very much!! Best Regards Priyan On Fri, Jan 29, 2016 at 5:13 AM, Thomas Holder < thomas.hol...@schrodinger.com> wrote: > Hi Spencer & Priyan, > > I've updated the show_bumps script to work with multi-state objects. > Please re-download. > > Cheers, > Thomas > > On 28 Jan

Re: [PyMOL] Filled rings on stick mode

2016-01-28 Thread David Hall
would something like these work for you? fetch 1rna, async=0 as cartoon set cartoon_ring_mode, 1 cartoon skip show sticks set cartoon_ladder_mode, 0 > On Jan 28, 2016, at 6:28 PM, COSTA Maria > wrote: > > Hi, > > I would like to know if it is possible to have the rings filled for the > nucle

Re: [PyMOL] regarding show_bumps

2016-01-28 Thread Thomas Holder
Hi Spencer & Priyan, I've updated the show_bumps script to work with multi-state objects. Please re-download. Cheers, Thomas On 28 Jan 2016, at 06:15, Spencer Bliven wrote: > You can automate generating the bump objects: > > split_states *,prefix=split_ > for n in cmd.get_object_list("(spl

[PyMOL] Filled rings on stick mode

2016-01-28 Thread COSTA Maria
Hi, I would like to know if it is possible to have the rings filled for the nucleobases (or nucleobases + riboses) while being simply in the mode "stick" and not in the "cartoon" mode. Many thanks for your answers, Maria, I2BC - CNRS France ---

Re: [PyMOL] regarding show_bumps

2016-01-28 Thread Spencer Bliven
You can automate generating the bump objects: split_states *,prefix=split_ for n in cmd.get_object_list("(split_*)"): show_bumps(n, "bump_"+n); However, unfortunately the bump cgo objects don't seem to be able to be combined into a multi-state object (e.g. with `for n in cmd.get_object_list("(spl

Re: [PyMOL] regarding show_bumps

2016-01-28 Thread ccp4 pymol
Dear Spencer Thank you for the suggestion. Well, I actually wanted to do it as a part of making a movie, so would have liked some automation. Thank you. Best Regards Priyan On Thu, Jan 28, 2016 at 2:39 PM, Spencer Bliven wrote: > Priyan– > > You can use the split_states

Re: [PyMOL] regarding show_bumps

2016-01-28 Thread Spencer Bliven
Priyan– You can use the split_states command to divide it into multiple objects, then run the script on each state individually. -Spencer On Thu, Jan 28, 2016 at 3:45 AM, ccp4 pymol wrote: > Hi > > I have a multi-state object loaded in PyMOL which