Skip to content

Instantly share code, notes, and snippets.

@olas
Created April 15, 2009 13:55
Show Gist options
  • Save olas/95779 to your computer and use it in GitHub Desktop.
Save olas/95779 to your computer and use it in GitHub Desktop.
DNA isosurface in Jmol
//Download PDB via Web service at EBI and open in Jmol
res=ws.queryPDB("1d66")
ui.openFiles(res)
//Execute some jmol script commands
jmol.run("select all; spacefill 0; wireframe off; cartoon on;select none")
jmol.run("select !dna; isosurface solvent; select none; color isosurface blue")
jmol.spinOn()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment