Difference between revisions of "DSSP Stride"

From PyMOLWiki
Jump to navigation Jump to search
(See Also)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
= Introduction =
 
 
{{Infobox script-repo
 
{{Infobox script-repo
 
|type      = plugin
 
|type      = plugin
|filename  = plugins/dssp_stride.py (NOT up-to-date! See link in External Link)
+
|filename  = plugins/dssp_stride.py
 
|author    = [[User:Hongbo_zhu|Hongbo Zhu]]
 
|author    = [[User:Hongbo_zhu|Hongbo Zhu]]
 
|license  = -
 
|license  = -
Line 9: Line 8:
 
[http://swift.cmbi.ru.nl/gv/dssp/ DSSP] and [http://webclu.bio.wzw.tum.de/stride/ Stride] are popular tools for assigning secondary structures for proteins. DSSP & Stride Plugin for PyMOL provides a graphical user interface for coloring proteins according to their secondary structures assigned by DSSP or Stride. Most recent DSSP & Stride Plugin code can be obtained from [https://github.com/hongbo-zhu-cn/Pymol-script-repo/blob/master/plugins/dssp_stride.py this link].
 
[http://swift.cmbi.ru.nl/gv/dssp/ DSSP] and [http://webclu.bio.wzw.tum.de/stride/ Stride] are popular tools for assigning secondary structures for proteins. DSSP & Stride Plugin for PyMOL provides a graphical user interface for coloring proteins according to their secondary structures assigned by DSSP or Stride. Most recent DSSP & Stride Plugin code can be obtained from [https://github.com/hongbo-zhu-cn/Pymol-script-repo/blob/master/plugins/dssp_stride.py this link].
  
= External links =
+
== News ==
 +
* 2014_01_24_Update: The plugin is able to cope with empty chain name now.
 +
 
 +
* 2012_10_22_Update: The most recent version of DSSP (v2.0.4) does not consider residues after the first [http://www.wwpdb.org/documentation/format33/sect9.html#TER <tt>TER</tt> record] from the same chain. The plugin has been updated to cope with this new feature.
 +
 
 +
== External links ==
 
[[File:demo_DSSP_plugin_1pyg.png|400px|thumb|right|Demonstration of DSSP plugin (pdb:1pyg).]]
 
[[File:demo_DSSP_plugin_1pyg.png|400px|thumb|right|Demonstration of DSSP plugin (pdb:1pyg).]]
 
* Most recent code on github: [https://github.com/hongbo-zhu-cn/Pymol-script-repo/blob/master/plugins/dssp_stride.py DSSP & Stride Plugin for PyMOL @ GitHub]
 
* Most recent code on github: [https://github.com/hongbo-zhu-cn/Pymol-script-repo/blob/master/plugins/dssp_stride.py DSSP & Stride Plugin for PyMOL @ GitHub]
  
 
* Original site (not updated anymore): [http://www.biotec.tu-dresden.de/~hongboz/dssp_pymol/dssp_pymol.html DSSP & Stride Plugin for PyMOL]
 
* Original site (not updated anymore): [http://www.biotec.tu-dresden.de/~hongboz/dssp_pymol/dssp_pymol.html DSSP & Stride Plugin for PyMOL]
 +
 +
== See Also ==
 +
 +
* [[dssp]] (psico)
 +
* [[dss]]
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
[[Category:Pymol-script-repo]]
 
[[Category:Pymol-script-repo]]

Latest revision as of 03:06, 18 October 2017

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

DSSP and Stride are popular tools for assigning secondary structures for proteins. DSSP & Stride Plugin for PyMOL provides a graphical user interface for coloring proteins according to their secondary structures assigned by DSSP or Stride. Most recent DSSP & Stride Plugin code can be obtained from this link.

News

  • 2014_01_24_Update: The plugin is able to cope with empty chain name now.
  • 2012_10_22_Update: The most recent version of DSSP (v2.0.4) does not consider residues after the first TER record from the same chain. The plugin has been updated to cope with this new feature.

External links

Demonstration of DSSP plugin (pdb:1pyg).

See Also