measureAllModels was designed to allow the same measurement WITHIN a model
to be applied to all models. So it isn't designed to do cross-model
measuring. You'll have to set up a little function yourself to do that.


On Thu, Mar 24, 2011 at 7:05 AM, Daniel Carbajo <daniel.carb...@gmail.com>wrote:

> Hello everybody,
> I have a little problem when measuring distances between C-alphas of
> residues belonging to different proteins.
> I have 3 proteins loaded (each with just one model, so: 1.1, 2.1 and 3.1),
> the first one is a native protein, and the other 2 are homology models for
> this protein.
> My objective is to measure the distance between a residue of the native
> protein (let's say residue 46, chain A) and the same residue in the 2
> models, at once.
>
> If I do:
> set measureAllModels ON; set measurementUnits angstroms; measure (1.1 and
> 46:A.ca) (not 1.1 and 46:A.ca)
> I get the output:
> measurementUnits = "angstroms"
> [[ASP]46:A.CA/1.1 #338, [ASP]46:A.CA/2.1 #362, 9.81 Å]
>
> As expected, it measures just between the native protein and the first
> model (the first occurrence of the second atom expression). So I need to use
> "set measureAllModels ON".
>
> But if I do:
> set measureAllModels ON; set measureAllModels ON; set measurementUnits
> angstroms; measure (1.1 and 46:A.ca) (not 1.1 and 46:A.ca)
> I get the output:
> measureAllModels = true
> measureAllModels = true
> measurementUnits = "angstroms"
> [[ASP]46:A.CA/1.1 #338, [SER]49:A.CA/1.1 #362, 9.27 Å]
> [[ASP]42:A.OD2/2.1 #338, [ASP]46:A.CA/2.1 #362, 14.85 Å]
> [[ASP]42:A.OD2/3.1 #338, [ASP]46:A.CA/3.1 #362, 11.89 Å]
>
> But I expect an output like:
> measureAllModels = true
> measurementUnits = "angstroms"
> [[ASP]46:A.CA/1.1 #338, [ASP]46:A.CA/2.1 #362, 9.81 Å]
> [[ASP]46:A.CA/1.1 #338, [ASP]46:A.CA/3.1 #362, x.xx Å]
>
>
> What am I doing wrong?? Where do these 49:A.CA/1.1, 42:A.OD2/2.1,
> 42:A.OD2/3.1 atoms come from if they do not meet the atom expression stated
> above???
> Thanks a lot for your help,
> Daniel
>
>
> ------------------------------------------------------------------------------
> Enable your software for Intel(R) Active Management Technology to meet the
> growing manageability and security demands of your customers. Businesses
> are taking advantage of Intel(R) vPro (TM) technology - will your software
> be a part of the solution? Download the Intel(R) Manageability Checker
> today! http://p.sf.net/sfu/intel-dev2devmar
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>


-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
1520 St. Olaf Ave.
Northfield, MN 55057
http://www.stolaf.edu/people/hansonr
phone: 507-786-3107


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
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to