> hi Miguel, > > I just tried to load an mmcif file in the latest JmolApplet, but ran > into a slew of errors (below). I am using 1d66.cif downloaded straight > from the RCSB. any ideas?
The problem with 1D66.cif is being caused by the fact that they are using a single quote character inside a single quoted string. ATOM 61 O 'O5'' . G [snip] That is confusing the parser. I am not aware of *any* other format that allows one to store a quote within a string in this manner. What is the rule for determining that the string is over? Where in the world did they come up with this? Miguel ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
