Cartoon gap cutoff: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(created)
 
(image)
Line 5: Line 5:
== Example ==
== Example ==


  set cartoon_gap_cutoff, 20
  set cartoon_gap_cutoff, 10
   
   
  fetch 2xwu, async=0
  fetch 2xwu, async=0
  as cartoon
  as cartoon
  orient B//152-156/
  orient B//152-156/
[[File:cartoon_gap_cutoff.png]]


== See Also ==
== See Also ==

Revision as of 12:40, 12 April 2016

With cartoon_gap_cutoff > 0, if there are missing residues along the protein backbone (e.g. missing loops), PyMOL will create a dashed cartoon loop segment if the gap (in number of residues) is shorter than the cutoff.

New in PyMOL 1.8.2

Example

set cartoon_gap_cutoff, 10

fetch 2xwu, async=0
as cartoon
orient B//152-156/

Cartoon gap cutoff.png

See Also