Difference between revisions of "Annocryst"

From PyMOLWiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
== Example Pymol Script ==
 
== Example Pymol Script ==
 +
See userguide http://itee.uq.edu.au/~eresearch/downloads/annocryst-pymol-user-guide.pdf
 
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
 
Test
 
Test

Revision as of 21:11, 5 December 2011

AnnoCryst for PyMOL extends the functionality of PyMOL to support collaborative annotation of 3D crystallographic models. It is implemented as a plugin to PyMOL that provides an interface to browse and create annotations on structures loaded from Protein Data Bank (PDB) files. The annotations are retrieved from and stored on an annotation server using the W3C's Annotea protocol.

Website: AnnoyCryst online.

Example Pymol Script

See userguide http://itee.uq.edu.au/~eresearch/downloads/annocryst-pymol-user-guide.pdf

Test

Python Code

Download: plugins/annocryst.py
This code has been put under version control in the project Pymol-script-repo