I'm trying to use a suggestion another pymol user sent to create a sphere of a specific size in a pdb file. Is this the correct coding? I have no experience doing any kind of programming so I am not sure if I did this right. I put the text I entered in in red if that helps anything.
ben
create sphere, resi 24 and resi 864 create a new object from resi 864
alter sphere, vdw=10.0 # 28.5
rebuild # necessary if spheres have already been shown
show spheres, sphere
alter_state 1, sphere, x,y,z = 50,60,10 # set desired x,y,z coords
set sphere_transparency, 0.5, sphere # make it transparent
zoom
ray
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/blackberry
_______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net