User:Eric Martz/Sandbox 4: Difference between revisions

Eric Martz (talk | contribs)
No edit summary
Eric Martz (talk | contribs)
No edit summary
Line 19: Line 19:


Here is an extremely simplified script:
Here is an extremely simplified script:
<pre>
<small><pre>
set autobond false;
set autobond false;
load "https://proteopedia.org/wiki/images/2/29/1sva-revdat2009.pdb.gz" FILTER "*.CA;biomolecule 1;bmchains;/=5";
load "https://proteopedia.org/wiki/images/2/29/1sva-revdat2009.pdb.gz" FILTER "*.CA;biomolecule 1;bmchains;/=5";
spacefill 4.0;
spacefill 4.0;
color chain;
color chain;
</pre>
</pre></small>
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.  
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.