This is a read-only mirror of pymolwiki.org

Fetch

From PyMOL Wiki
Revision as of 13:48, 20 June 2009 by Vinnyrose (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Fetch retrieves a protein structure from the PDB and loads it into PyMOL. The PDB file is saved in the current working directory for 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, load them into PyMOL all at once (synchronously)
fetch 1kao 1ctq, async=0