This is a read-only mirror of pymolwiki.org

Difference between revisions of "Fetch type default"

From PyMOL Wiki
Jump to navigation Jump to search
(created)
 
m (1 revision)
 
(No difference)

Latest revision as of 02:46, 3 April 2017

When downloading structures from the wwPDB with the fetch command, the fetch_type_default setting defines what file format will be downloaded. The setting can be overruled with the type argument.

New in PyMOL 1.8.6

Values

  • cif (default)
  • mmtf
  • pdb
  • pdb1

Examples

set fetch_type_default, mmtf
fetch 1rx1

See Also