Bugs item #2883957, was opened at 2009-10-22 09:16
Message generated for change (Settings changed) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2883957&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Scripting
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Rolf Huehne (rhuehne)
Assigned to: Miguel (migueljmol)
Summary: 11.8.7 - Script parse problem

Initial Comment:
While loading PDB entry 1DEH into the Jena3D browser 
(http://www.imb-jena.de/cgi-bin/3d_mapping.pl?CODE=1deh&JMOLVERSION=11.8.7) 
using Jmol 11.8.7 there occurs the following script parse error:

script ERROR: unexpected end of script command
----line 60 command 71 of 
http://www.imb-jena.de/ImgLibPDB/tmp/1DEH_snp.pdb.asymmetric.default-5922.jmz:
         define site_za1_env { within ( "group" , within ( 4.2 , site_za1 ) ) 
and not site_za1 } <<

The two script lines actually involved here are:

define site_ZA1 100:A | 103:A | 111:A | 97:A | 375:A;
define site_ZA1_env within(group,within(4.2,site_ZA1)) & NOT site_ZA1;

The latest versions that were tested in which the same script works without 
problems are 11.6.17 and 11.7.31.
The earliest version after these that was tested and doesn't work is 11.7.46.

----------------------------------------------------------------------

>Comment By: Bob Hanson (hansonr)
Date: 2009-11-02 15:01

Message:
Fixed for 11.9.7 and 11.8.8

This was a failure of ScriptEvaluator after implementation of string array
objects in the state. It's because there also is a variable "site_ZA1"
which is defined as the array of matching residue names.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2883957&group_id=23629

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to