Difference between revisions of "Fragment"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
[[fragment]] retrieves a 3D structure from the fragment library, which is currently pretty meager (just amino acids).  Use the three-letter abbreviations.
 
  "fragment" retrieves a 3D structure from the fragment library, which is currently
 
  pretty meager (just amino acids).
 
   
 
===USAGE===
 
    fragment name
 
  
[[Category:Commands|fragment]]
+
<gallery>
 +
Image:Fragment_ex.png|Result of "fragment trp".
 +
</gallery>
 +
 
 +
==USAGE==
 +
<source lang="python">
 +
# generates ''name''.
 +
fragment name
 +
 
 +
# for example, generate an alanine:
 +
fragment ala
 +
</source>
 +
 
 +
==See also==
 +
[[Modeling_and_Editing_Structures#Adding_and_using_your_own_fragments]]
 +
 
 +
[[Category:Commands|Fragment]]

Latest revision as of 17:14, 13 January 2012

fragment retrieves a 3D structure from the fragment library, which is currently pretty meager (just amino acids). Use the three-letter abbreviations.

USAGE

# generates ''name''.
fragment name

# for example, generate an alanine:
fragment ala

See also

Modeling_and_Editing_Structures#Adding_and_using_your_own_fragments