Jmol/Cavities pockets and tunnels: Difference between revisions

Eric Martz (talk | contribs)
No edit summary
Eric Martz (talk | contribs)
No edit summary
Line 152: Line 152:
::color isosurface [x4060FF] # [https://www.rapidtables.com/web/color/RGB_Color.html RGB color]</tt>
::color isosurface [x4060FF] # [https://www.rapidtables.com/web/color/RGB_Color.html RGB color]</tt>


:2. Write each isosurface as a jvxl (Jmol Voxel) file.
:3. Write each isosurface as a jvxl (Jmol Voxel) file.
::<tt>write filename.jvxl
::<tt>isosurface ~poc # Select the isosurface to write. Unnecessary if there is only one.
::write $isosurface1 filename.jvxl</tt>
::write poc.jvxl
::isosurface ~bur # Select a different isosurface to color.
::write bur.jvxl</tt>
# In a new Jmol session, load the jvxl file(s).
# In a new Jmol session, load the jvxl file(s).
# Cache the isosurface(s).
# Cache the isosurface(s).

Proteopedia Page Contributors and Editors (what is this?)Proteopedia Page Contributors and Editors (what is this?)

Eric Martz