Fragment: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 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===
<gallery>
fragment name
Image:Fragment_ex.png|Result of "fragment trp".
</gallery>


[[Category:Commands|fragment]]
==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 16: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