Fetch type default

From PyMOLWiki
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.

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