Re: [PyMOL] Color bar for volume?

2018-02-07 Thread Thomas Holder
Hi Murpholino, You could convert your volume colors to a ramp object with a Python script like this: # conversion function def volume2ramp(volname, rampname='', mapname='none'): v = cmd.volume_color(volname) colors = [] for i in range(0, len(v), 5): colors.append('0x%02x%02x%

[PyMOL] Export Pymol session settings

2018-02-07 Thread MARTIN ALCORLO PAGES
Hi there! I am Martin, I would like to know if there is a way to export the settings from a particular Pymol session to another different session. Thanks very much in advance!! -- Check out the vibrant tech communi

Re: [PyMOL] Export Pymol session settings

2018-02-07 Thread Thomas Holder
Hi Martin, Check out this script: https://pymolwiki.org/index.php/Save_settings Cheers, Thomas > On Feb 7, 2018, at 12:09 PM, MARTIN ALCORLO PAGES > wrote: > > Hi there! > > I am Martin, I would like to know if there is a way to export the settings > from a particular Pymol session to ano

Re: [PyMOL] Poll: new protein/nucleic selection keywords

2018-02-07 Thread Thomas Holder
We've closed the poll. Thanks to everyone who participated! The result wasn't quite what I was hoping for ;-) The clear winners are "protein" and "nucleic". But I also got direct feedback that adding "protein" as a keyword would introduce backwards incompatibility with exiting workflows, where