Dear PyMOL Users,
I am using PyMOL 1.8.6 on Windows 10 (64 bit) with Python 2.7.12. I
was working with small molecule
(ClC1[OH+]C(Cl)=CN=C1C(=O)N([NH+]1CCC(SC1)F)CCN).
When I tried to select all Nitrogen atoms which are exclusively in the
ring only, I tried following command:
abc=cmd.select('byring elem N')
But, this selected not only Nitrogen atoms in the ring but Carbon
atoms of the ring also.
But, following command worked perfectly:
abc=cmd.select('elem N & byring elem N')
Is it a bug or something else?
Cheers
Vijay-- Assistant Professor Department of Chemistry, Vidya Bharati College, Amravati, 444 602 Maharashtra, India. Phone number- +91-9403312628 https://sites.google.com/site/vijaymasand/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ PyMOL-users mailing list ([email protected]) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/[email protected]
