File formats/LoadFormatPrefixes
Jump to navigation
Jump to search
Forcing Jmol to read a file assuming a certain molecular file format
Jmol will read any file and try to determine its format from its content. The file extension is not taken into account for identifying the format. You can instruct Jmol as to which format to assume using this special command syntax:
load
fileFormat::
fileName
where fileName
includes the path, the file name itself and the file extension; paths may be absolute or relative; a full URL may also be used.
Following is the list of fileFormat
values (case-insensitive) recognized by Jmol:
MOL family | PDB family | CIF family | PyMOL family | Spartan family |
---|---|---|---|---|
|
|
|
|
|
XML family | Crystal family | Quantum family | 'Simple' family | other |
|
|
|
|
|
Source: org/jmol/adapter/smarter/Resolver.java > Resolver (Source code)