Hello,
I need to a write a script that shows the residue name & number (for example adenine at position 10 as A10) as label in jsmol using mmcif format. I just wondering whether this is possible because I can't seem to find the equivalent sequence (PDB one-character sequence code) and resno (PDB residue number) atomic properties for mmcif structure file format. Thank you.
Sri
Sure, this is no problem.
load *1d66
label %m%R
or
label %[group1]%[resno]
On Thu, Jun 16, 2016 at 12:24 PM, Sri Devan Appasamy sridevan86@users.sf.net wrote:
--
Robert M. Hanson
Larson-Anderson Professor of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr
If nature does not answer first what we want,
it is better to take what answer we get.
-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
Related
Feature Requests:
#233This worked like a charm. Thank you!