From: Michael L. <mgl...@gm...> - 2011-04-26 12:59:44
|
Hi Harry, If they've been combined using the group command, you can ungroup them: fetch 1rx1 # make some distance objects dist measure01, 19/C, 20/C dist measure02, 20/C, 21/C dist measure03, 158/C, 159/C dist measure04, 157/C, 159/C # group them group g1, measure01 or measure02 group g2, measure03 or measure04 #ungroup all of them (this leaves empty groups, which you can delete if you'd like) ungroup measure* Hope that helps, -Michael On Tue, Apr 26, 2011 at 5:47 AM, Harry Jubb <hj...@ca...> wrote: > Hi Everyone, > > I'd like to ask for some help with dash/distance objects. I have PyMOL > session files which show inter-molecular interactions using PyMOL distance > objects. These were created using a script which colours each distance > object and merges them according to type of interaction. The problem I'm > having is that I would prefer to visualise the interactions on a per-residue > basis, i.e. showing all the interactions for one or more residues but not > the others, but as the dashes are merged by interaction type I can only hide > by that category. Extensive Googling has not led me to a solution to select > and hide individual dashes that are merged into one UI object, so I'd like > to ask if it is possible to do this? I'm unfortunately no longer able to run > the script again (I am at the end of a time limited project and am preparing > figures) and I would prefer not to replace each dash manually. > > I hope this is clear, the crux of what I am asking is if it is possible to > select and/or hide individual distance objects in a pymol session after they > have been merged into one object. Un-merging them would also be an > attractive solution. > > Thanks, > > Harry > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > PyMOL-users mailing list (PyM...@li...) > Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users > Archives: http://www.mail-archive.com/pym...@li... > -- Michael Lerner, Ph.D. IRTA Postdoctoral Fellow Laboratory of Computational Biology NIH/NHLBI 5635 Fishers Lane, Room T909, MSC 9314 Rockville, MD 20852 (UPS/FedEx/Reality) Bethesda MD 20892-9314 (USPS) |