Difference between revisions of "File formats/Export"
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) (→MOL format) |
AngelHerraez (talk | contribs) |
||
Line 6: | Line 6: | ||
* <code>save isosurface</code> command | * <code>save isosurface</code> command | ||
− | === | + | === <code>write</code> command: MDL formats === |
Jmol can export the currently selected set of atoms to a file in | Jmol can export the currently selected set of atoms to a file in | ||
* MOL v2000 format (single model) | * MOL v2000 format (single model) |
Revision as of 18:11, 19 December 2010
Exporting or saving molecular model files from Jmol
Although Jmol is basically a viewer, it has some limited capabilities to save files for the displayed molecular model (or a subset of it).
write
command- Pop-up menu
save isosurface
command
write
command: MDL formats
Jmol can export the currently selected set of atoms to a file in
- MOL v2000 format (single model)
- MOL v3000 format (single model)
- SDF v2000 format (single or multiple models)
according to the official format specification from MDL-Symyx-Accelrys.
(Jmol version 12.1.26 has this full set of options; former versions export only MOL v2000 and match the specification only partially.)
The syntax (see reference documentation) is
write myFile.mol #exports to MOL v2000 write v3000 myFile.mol #exports to MOL v3000 write myFile.sdf #exports to SDF v2000
write mol myFile.myExt #exports to MOL v2000 write v2000 myFile.myExt #exports to MOL v2000 write v3000 myFile.myExt #exports to MOL v3000 write sdf myFile.myExt #exports to SDF v2000