Difference between revisions of "Annocryst"

From PyMOLWiki
Jump to navigation Jump to search
m (fix broken links)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Infobox script-repo
 +
|type      = plugin
 +
|filename  = plugins/annocryst.py
 +
|author    = Anna Gerber
 +
|license  = -
 +
}}
 +
 +
== Introduction ==
 
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.
 
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: [http://www.itee.uq.edu.au/~eresearch/annocryst-pymol.php AnnoyCryst] online.
+
Website: [http://www.itee.uq.edu.au/eresearch/projects/annocryst-pymol AnnoyCryst] online.
  
 
== Example Pymol Script ==
 
== Example Pymol Script ==
<syntaxhighlight lang="python">
+
See userguide http://www.itee.uq.edu.au/eresearch/downloads/annocryst-pymol-user-guide.pdf
Test
+
 
 +
Standard settings of '''AnnoCryst Settings'''
 +
<syntaxhighlight lang="text">
 +
annotationsServerURL: http://maenad.itee.uq.edu.au:8080/Annotea/AnnoteaServlet
 +
keywordOntologyNamespace: http://www.proteinontology.info/po.owl
 +
keywordOntologyURL: http://maenad.itee.uq.edu.au/agerber/po.owl
 +
pdbRepositoryURL: http://maenad.itee.uq.edu.au:8080/harvanapdb/au.edu.uq.itee.eresearch.harvana.gwt.Main/pdb/
 +
uploadServerURL: http://maenad.itee.uq.edu.au:8080/Annotea/FileUploadServlet
 +
username: Anonymous
 
</syntaxhighlight>
 
</syntaxhighlight>
  
== Python Code ==
+
Change following settings, and save them.
 +
pdbRepositoryURL: http://www.rcsb.org/pdb/files/
 +
 
 +
Then in the '''PyMOL command window''', write
 +
  remotepdb 3ait
 +
In the '''Annocryst''', is now written: http://maenad.itee.uq.edu.au:8080/harvanapdb/au.edu.uq.itee.eresearch.harvana.gwt.Main/pdb/3ait.pdb
  
{{Template:PymolScriptRepoDownload|plugins/annocryst.py}}
+
Push Open.
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 +
[[Category:Pymol-script-repo]]

Latest revision as of 17:56, 30 January 2017

Type PyMOL Plugin
Download plugins/annocryst.py
Author(s) Anna Gerber
License -
This code has been put under version control in the project Pymol-script-repo

Introduction

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://www.itee.uq.edu.au/eresearch/downloads/annocryst-pymol-user-guide.pdf

Standard settings of AnnoCryst Settings

annotationsServerURL: http://maenad.itee.uq.edu.au:8080/Annotea/AnnoteaServlet
keywordOntologyNamespace: http://www.proteinontology.info/po.owl
keywordOntologyURL: http://maenad.itee.uq.edu.au/agerber/po.owl
pdbRepositoryURL: http://maenad.itee.uq.edu.au:8080/harvanapdb/au.edu.uq.itee.eresearch.harvana.gwt.Main/pdb/
uploadServerURL: http://maenad.itee.uq.edu.au:8080/Annotea/FileUploadServlet
username: Anonymous

Change following settings, and save them.

pdbRepositoryURL: http://www.rcsb.org/pdb/files/

Then in the PyMOL command window, write

 remotepdb 3ait

In the Annocryst, is now written: http://maenad.itee.uq.edu.au:8080/harvanapdb/au.edu.uq.itee.eresearch.harvana.gwt.Main/pdb/3ait.pdb

Push Open.