User:Eric Martz/Sandbox 4
From Proteopedia
(Difference between revisions)
| Line 17: | Line 17: | ||
The load command in the script loads a "frozen" uploaded PDB file [[Image:1sva-revdat2009.pdb.gz]]. | The load command in the script loads a "frozen" uploaded PDB file [[Image:1sva-revdat2009.pdb.gz]]. | ||
When that command is run in the Proteopedia JSmol console, the virus capsid loads correctly. | When that command is run in the Proteopedia JSmol console, the virus capsid loads correctly. | ||
| + | |||
| + | Here is an extremely simplified script: | ||
| + | <pre> | ||
| + | set autobond false; | ||
| + | load "https://proteopedia.org/wiki/images/2/29/1sva-revdat2009.pdb.gz" FILTER "*.CA;biomolecule 1;bmchains;/=5"; | ||
| + | spacefill 4.0; | ||
| + | color chain; | ||
| + | </pre> | ||
| + | When it is run in the JSmol console, the capsid loads, but the spacefill and color commands do not execute. I don't know why they fail. | ||
Revision as of 21:53, 24 July 2022
| |||||||||||
