<?xml version="1.0"?>

<!--
***************************************************************************
 To view this model, install Chimera from http://www.cgl.ucsf.edu/chimera
 on your computer (version 1917 or later) and use Chimera menu entry
 Tools / Utilities / Browser configuration to have *.chimerax files sent
 to Chimera.
***************************************************************************
-->

  <ChimeraPuppet type="std_webdata">

  <web_files>
     <file name="viper-1rhi.pdb" format="text" loc="http://mmtsb.scripps.edu/viper/TPDB/1rhi.pdb1" />
  </web_files>

  <commands>
    <py_cmd>
import chimera
mlist = chimera.openModels.list()
m = filter(lambda m: m.name == 'viper-1rhi.pdb', mlist)[0]
import MultiScale
d = MultiScale.show_multiscale_model_dialog()
d.multimer_type.set(d.multimer_icosahedral)
d.make_multimers([m])
chimera.viewer.viewAll()
    </py_cmd>
  </commands>

  </ChimeraPuppet>