Difference between revisions of "PDB Loader Service"

From PyMOLWiki
Jump to navigation Jump to search
m
m (remove Category:Plugins_PDB)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
Originally bundled with PyMol 0.96, the PDB Loader Service plugin dynamically downloads a requested PDB from [http://www.rcsb.org/pdb/ RCSB] and displays it in PyMol.
 
Originally bundled with PyMol 0.96, the PDB Loader Service plugin dynamically downloads a requested PDB from [http://www.rcsb.org/pdb/ RCSB] and displays it in PyMol.
 
==Comments==
 
==Comments==
Although the plugin is completely functional, I have written newer versions which never touch the filesystem and as a result are much cleaner.  See the [[Tutorial on writing plugins]] for one such example.
+
Although the plugin is completely functional, I have written newer versions which never touch the filesystem and as a result are much cleaner.  See the [[Plugins_Tutorial|Tutorial on writing plugins]] for one such example.
 +
 
 
==Author==
 
==Author==
 
[[User:Cmoad|Charlie]] Moad
 
[[User:Cmoad|Charlie]] Moad
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]
[[Category:Plugins_PDB]]
 

Latest revision as of 15:58, 10 September 2015

Description

Originally bundled with PyMol 0.96, the PDB Loader Service plugin dynamically downloads a requested PDB from RCSB and displays it in PyMol.

Comments

Although the plugin is completely functional, I have written newer versions which never touch the filesystem and as a result are much cleaner. See the Tutorial on writing plugins for one such example.

Author

Charlie Moad