Difference between revisions of "Fragment"

From PyMOLWiki
Jump to navigation Jump to search
 
(4 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).  Use the three-letter abbreviations.
  
Line 8: Line 7:
 
==USAGE==
 
==USAGE==
 
<source lang="python">
 
<source lang="python">
 +
# generates ''name''.
 
fragment name
 
fragment name
 +
 +
# for example, generate an alanine:
 +
fragment ala
 
</source>
 
</source>
  
[[Category:Commands|fragment]]
+
==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