Hi James, > select resn LYS and n. CA > dist (sele), (sele) > > Aside: this doesn't work for me as `dist sele, sele`. Anyone know why? > Is that a bug or a feature?
It's a feature. Both the "select" and the "distance" command actually take as first argument the name of the object which they will create. But they are "smart" enough to recognize when you skipped the first argument, then they use default names (sele, dist01). So better write this: select lysca, resn LYS and n. CA distance lysdist, lysca, lysca Cheers, Thomas -- Thomas Holder PyMOL Developer Schrödinger Contractor ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ 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