User:Wayne Decatur/Sandbox TestCompareinScriptAuthoring: Difference between revisions
From Proteopedia
Jump to navigationJump to search
m closer now |
mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
New attempts after new Jmol version AND STARTING WITH CLEAN, NEW MULTI-MODEL SCENE to run compare and save resulting compared version as a Protopedioa scene using Scene Authoring Tools. On LepA page, loaded 'LepA/Lepaefgbothh/1' scene and entered compare command in console: | New attempts after new Jmol version AND STARTING WITH CLEAN, NEW MULTI-MODEL SCENE to run compare and save resulting compared version as a Protopedioa scene using Scene Authoring Tools. On LepA page, loaded 'LepA/Lepaefgbothh/1' scene and entered compare command in console: | ||
Result of test:<br> | Result of test:<br> | ||
It reported the rmsd and superimposed. However, the the page locked up and I couldn't save the scene.<br> The same script works great pasted into the console of a popup from the scene authoring window. Scripts tested | It reported the rmsd and superimposed. However, the the page locked up and I couldn't save the scene.<br> The same script works great pasted into the console of a popup from the scene authoring window. Scripts tested include below and one built into this page, both failed: | ||
model all; | model all; | ||
compare {1.1} {1.2} ROTATE TRANSLATE; | compare {1.1} {1.2} ROTATE TRANSLATE; | ||
'''UPDATE: FAKE GREEN SCENE LINK BELOW SEEMS TO NOW WORK WITH NEW JMOL IN PROTEOPEDIA. HOORAY!!!''' | |||
| Line 29: | Line 29: | ||
</jmol> | </jmol> | ||
<br> | <br> | ||
Compare runs | Compare runs and doesn't lock up using the development version [http://proteopedia.org/wiki/index.php/User:Wayne_Decatur/Sandbox_TestCompareinScriptAuthoring?JMOLJAR=http://chemapps.stolaf.edu/jmol/docs/examples-12/JmolAppletSigned.jar here] | ||
<br> | <br> | ||
The code is below: <br> | The code is below: <br> | ||