Re: [PyMOL] object not in list

2017-12-27 Thread ricardo.roman
and that was it. renamed the file so it doenst start with _ and worked. Thank you Jared On Wed, Dec 27, 2017 at 3:38 PM, Jared Sampson wrote: > Hi Ricardo - > > I believe this actually has to do with the name of your PDB file. If you > give an object a name with a leading underscore (as in "_s

Re: [PyMOL] object not in list

2017-12-27 Thread Jared Sampson
Hi Ricardo -  I believe this actually has to do with the name of your PDB file.  If you give an object a name with a leading underscore (as in "_sphere" which would be the default name created for a file called "_sphere.pdb"), it will be hidden from the object list.  Renaming your file to "sphe

Re: [PyMOL] object not in list

2017-12-27 Thread Jared Sampson
Hi Ricardo -  On recent versions of PyMOL, there should be a scroll bar associated with the object list.  What version of PyMOL are you using?  If it is older, might I suggest trying out the recently released PyMOL 2?  https://pymol.org/2/ Alternatively, if you know the name of the PDB file, th

[PyMOL] object not in list

2017-12-26 Thread ricardo.roman
Hello. I load some PDB files for visualization which is just fine, but some of the files are not shown in the object list on the right of the GUI, so I can't change colors or display types. How can I fix that? Thanks. --