Fetch

From PyMOLWiki
Revision as of 13:44, 23 February 2007 by Inchoate (talk | contribs) (→‎Syntax)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

Fetch retrieves a protein structure from the PDB and loads it into PyMOL.

Syntax

fetch PDB_ID [ ID2...IDN ] [, async = [0,1] ]

To specify more than one PDB, just add its ID to the command line (without adding spaces).

Example

# fetch them singly
fetch 1kao
fetch 1ctq

# fetch them at once
fetch 1kao 1ctq

# fetch them at once synchronously
fetch 1kao 1ctq, async=0