[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[modeller_usage] How to print/write the selected (atoms/residues) from selction?
- To: modeller-care@ucsf.edu, modeller_usage@listsrv.ucsf.edu, mailman-owner AT salilab.org
- Subject: [modeller_usage] How to print/write the selected (atoms/residues) from selction?
- From: "Mahesh Velusamy" <vmahesh AT ibab.ac.in>
- Date: Thu, 23 Jun 2016 21:50:17 +0530 (IST)
Dear All,
I selected some set of atoms and the residues with the following two
commends:
s=selection(mdl1.atoms['CA:102:A].select_sphere(10))
s=selection(mdl1.atoms['CA:102:A].select_sphere(10)).by_residue()
And, When I try to print the selected atoms/residues Its just giving the
counts not the atoms/residues. So could you tell me how to do the same.
Thanking you in advance