Thanks everyone. Angel I like your solution. I was not aware of "amino".
In the code for FirstGlance, I enumerate all 20 
amino acid names in order to select protein atoms 
that lack alpha carbons. "amino" is much easier!

Does
   select amino
fail to select something selected by
   select protein
??
Why do we need both "protein" or "amino"?

Is a similar situation possible for nucleic? That 
is, is there one atom that is required in order 
for other atoms in the same group to be deemed 
"nucleic" (like alpha carbon for protein)? If so, 
what would be the safe syntax to select ALL atoms 
in standard nucleotides, regardless of atoms that may lack coordinates?



At 2/10/11, Angel Herráez wrote:
>Maybe this:
>
>select amino and not protein # will pick those anomalous atoms
>
>select protein,amino # will pick all protein atoms
>


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to