Difference between revisions of "Fetch"

From PyMOLWiki
Jump to navigation Jump to search
Line 32: Line 32:
  
 
= See Also =
 
= See Also =
[[Fetch_Path]]
+
[[Fetch_Path]], [[Fetch_Host]]
  
 
[[Category:Commands|Fetch]]
 
[[Category:Commands|Fetch]]

Revision as of 17:40, 24 March 2010

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.

You can now fetch electron density maps using type=fofc or type=2fofc. The map will be loaded if the electron density map exists on the EDS server.

Syntax

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

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

# Example loading a protein and its electron density map
fetch 1cll
fetch 1cll, type=2fofc
# focus on residues 30-40
map_trim *, i. 30-40, 4
zoom i. 30-40

See Also

Fetch_Path, Fetch_Host