Re: [PyMOL] Label volume

2019-08-15 Thread Pedro Lacerda
Hi Thomas, Cool, I did something like that, copied the selection "%obj and index 1" then labeled it. So I got an independent label. Multi-line labels was somewhat hackish: cmd.label( label_obj_name, '"' + "\\n".join([ f'ID {i}', f'Class {ensemble.klass}', f'S

Re: [PyMOL] count_atoms and states

2019-08-15 Thread Pedro Lacerda
Hi, Thank you for your effort. This would be the very best option? Thinking the use case that users need all the states would be a lot harder. I would rather let state 0 refer to all the states like now, but upper nonexistent states give an error. This would remove some errors by 1, and would

Re: [PyMOL] Label volume

2019-08-15 Thread Thomas Holder
Hi Pedro, it's only possible to label atoms. If you need an independent label, create a pseudo atom: pseudoatom label="Hello World" You can move the atom (or the label) in 3-Button Editing mouse mode while holding CTRL and dragging with the left mouse button. Cheers, Thomas > On Aug 12,

Re: [PyMOL] count_atoms and states

2019-08-15 Thread Thomas Holder
> On Aug 12, 2019, at 2:56 PM, Christian Cole French > wrote: > > Maybe the nonexistent state warning is something that should be implemented > elsewhere as well. Selecting state 0 is now an error:

Re: [PyMOL] How to download and install

2019-08-15 Thread Pedro Lacerda
It is very hard! I give up last week and installed the trial version to show some session to my coworkers. And only PyMOL is installed, there isn't anything like install.packaged() from R, so I can't even share my commands with custom requirements to them. Em qui, 15 de ago de 2019 19:46, Joel