Difference between revisions of "File formats"

From Jmol
Jump to navigation Jump to search
m (Reverted edits by YwrTgq (Talk); changed back to last version by Dandin1)
(content was moved to subpages)
(46 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Jmol_Documentation_Sections}}
 
(An attempt to compile information on file format specifications. It's not complete yet.)
 
(An attempt to compile information on file format specifications. It's not complete yet.)
  
Jmol [http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/ example/test data files] in all formats accepted.
+
Jmol [{{SVN Trunk}}Jmol-datafiles/ example/test data files] in all formats accepted.
  
[http://en.wikipedia.org/wiki/Chemical_file_format Chemical file formats] on Wikipedia.
+
[[:en:Chemical_file_format|Chemical file formats]] on Wikipedia.
  
 
[http://openbabel.sourceforge.net/wiki/Category:Formats File formats] on Open Babel.
 
[http://openbabel.sourceforge.net/wiki/Category:Formats File formats] on Open Babel.
  
 +
Nice description of [http://reference.wolfram.com/mathematica/guide/3DGeometryAndModelingFormats.html 3D Geometry & Modeling Formats] by Wolfram Mathematica.
  
= Coordinates of molecule =
+
See the specific subsections:
 
+
<div style="width:30ex;">
== (MDL) MOL and SD ==
+
{{File_Formats}}
Jmol reads MOL and SD files (and can write MOL files under some circumstances).
+
</div>
Original from Elsevier MDL.
 
Contains atom coordinates and bonds. Limited to 1000 atoms.
 
 
 
Official document: http://www.mdl.com/downloads/public/ctfile/ctfile.pdf, copied [http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/mol/ctfile.pdf here].
 
 
 
[http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/mol/ Example files].
 
 
 
 
 
== (Sybyl) MOL2 ==
 
Jmol reads MOL2 files.
 
Original from Tripos.
 
Contains atom coordinates, bonds, partial charge, substructure information.
 
 
 
Official document: http://www.tripos.com/data/support/mol2.pdf
 
 
 
 
 
== PDB ==
 
Jmol reads PDB files.
 
Contains atom coordinates and information on biomolecular residues, sequence, chains, hydrogen and disulfide bonds, secondary structure, biologically relevant sites, cofactors. Can also contain temperature factor, formal charge, element symbol, alternate locations.
 
 
 
(Official Protein Data Bank document) Atomic Coordinate Entry Format.
 
Description:
 
http://www.wwpdb.org/documentation/format23/v2.3.html
 
 
 
[http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/pdb/ Example files].
 
 
 
== XYZ ==
 
Jmol reads XYZ files. Originally from XMol package, but has been widely adopted by many other programs. Contains only atom coordinates.
 
 
 
[http://local.wasp.uwa.edu.au/~pbourke/dataformats/xyz/ Example] by Paul Bourke.
 
 
 
[http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/xyz/ Example files].
 
 
 
 
 
== CIF ==
 
Jmol reads CIF files.
 
Crystallographic Information File, the official format from the International Union of Crystallography. [http://www.iucr.org/iucr-top/cif/standard/cifstd1.html Original documentation], Acta Cryst. (1991). A47, 655-685, and [http://www.iucr.org/iucr-top/cif/spec/version1.1/index.html 2003 update].
 
 
 
 
 
== mmCIF ==
 
Jmol reads mmCIF files.
 
Macromolecular Crystallographic Information File, an expanded format to cope with macromolecules.
 
[http://www.pdb.org/robohelp/ftp/files_formats/structures/chemical_component_format/chemical_component_mmcif_format.htm Official documentation].
 
 
 
 
 
== Gaussian ==
 
Jmol reads only the output format.
 
There are
 
[http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/gaussian/ example files]
 
of Gaussian input, output and log.
 
 
 
 
 
== (Gaussian) Cube ==
 
Jmol reads Cube files, original from Gaussian software ([http://www.gaussian.com/ Gaussian website]).
 
 
 
Description of Cube Input and Cube Output formats:
 
http://www.nersc.gov/nusers/resources/software/apps/chemistry/gaussian/g98/00000430.htm
 
 
 
[http://local.wasp.uwa.edu.au/~pbourke/dataformats/cube/ Description] by Paul Bourke.
 
 
 
[http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/cube/ Example files].
 
 
 
 
 
== (Hyperchem) HIV ==
 
Jmol reads HIV files, the native format of Hyperchem, a software sold by [http://www.hyper.com/ Hypercube Inc.].
 
 
 
[http://local.wasp.uwa.edu.au/~pbourke/dataformats/hyperchem/ Example] by Paul Bourke, and other [http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/hin/ example files].
 
 
 
 
 
== (Tripos) Alchemy ==
 
Jmol reads Alchemy and Alchemy2000 files.
 
[http://local.wasp.uwa.edu.au/~pbourke/dataformats/alc/alc3/ Alchemy example] and [http://local.wasp.uwa.edu.au/~pbourke/dataformats/alc/ Alchemy2000 description] by Paul Bourke.
 
 
 
 
 
== GAMESS ==
 
Jmol reads GAMESS files (General Atomic and Molecular Electronic Structure System, by Gordon research group at Iowa State University).
 
 
 
[http://www.msg.ameslab.gov/GAMESS/doc.menu.html Official documentation].
 
 
 
 
 
== MOPAC ==
 
Jmol reads '''mopout''' output files from [http://openmopac.net/ MOPAC]
 
and the new '''graphf''' output from MOPAC2007 ('''.mgf''' files), which
 
contains coordinates, charges, and molecular orbitals.
 
 
 
openMOPAC, Molecular Orbital PACkage, public domain.
 
 
 
= Images =
 
 
 
== Saving images from Jmol application ==
 
Images (snapshots) of Jmol's viewport, including the model in the current rendering, can be saved by using the application's top menu bar:
 
<code>File > Export > Export Image or Script</code>
 
and in the <code>Image Type</code> drop-down list, choose among <code>JPEG</code>, <code>PNG</code> or <code>PPM</code> formats, write a filename and click on <code>Save</code>.
 
 
 
Information on these image formats on [http://en.wikipedia.org/wiki/Graphics_file_format Wikipedia].
 
 
 
== Saving images from Jmol applet ==
 
<i>Note:</i> This only works for certain browsers, so it is not a general solution for the general user. In particular, it does not work in MSIE. In Firefox, it may fail for large applet sizes.
 
 
 
The command from the console or via JavaScript is
 
<code>getProperty image</code>.
 
 
 
The result is a base-64 encoded JPEG image that looks like this:
 
<pre>/9j/4AAQSkZJRgABAAAAAQABAAD//gBBSl...</pre>
 
 
 
Pop that into an <code><img></code> tag using Firefox or Opera (not MSIE), and you have
 
an image that you can copy into your clipboard and do anything you would
 
do with a JPG. The JavaScript required to create the tag looks like this:
 
<pre>var myImage = jmolGetPropertyAsString("image")
 
document.getElementById("someDiv").innerHTML =
 
  '<img src="data:image/jpeg;base64,' + myImage + '">'</pre>
 
This is implemented in
 
[http://www.stolaf.edu/academics/chemapps/jmol/docs/examples-11/new.htm Bob Hanson's examples page]. (Just under the applet, click on the word "image".)
 
 
 
= Surfaces =
 
 
 
== Jmol Voxel (JVXL) ==
 
Jmol reads and writes JVXL files.
 
 
 
This format is unique to Jmol, stores isosurface data.
 
 
 
Documented at http://www.stolaf.edu/academics/chemapps/jmol/docs/misc/JVXL-format.pdf
 
 
 
 
 
== Pmesh ==
 
Jmol reads pmesh files for rendering pmesh surfaces, using not the <code>load</code> command, but the <code>pmesh</code> command.
 
[http://www.stolaf.edu/academics/chemapps/jmol/docs/#pmesh Description].
 
 
 
Example files [http://svn.sourceforge.net/viewvc/jmol/trunk/Jmol-datafiles/pmesh/ _1_] and [http://www.stolaf.edu/academics/chemapps/jmol/docs/misc/10x10pmesh.txt _2_].
 
 
 
 
 
== (Gaussian) Cube ==
 
 
 
See [[#(Gaussian)_Cube|above]].
 
 
 
 
 
== Open DX ==
 
 
 
Jmol (11.1.18 or later) reads DX files for rendering isosurfaces and color mapping.
 
DX contains three-dimensional scalar data; most frequently, isosurface and color by molecular electrostatic potential (MEP).
 
 
 
(Not to be confused with JCAMP-DX format, used for spectral vibrational data, which can be shown
 
using [http://jspecview.sourceforge.net/ JSpecView Applet] and [http://www.mdlchime.com MDL Chime].)
 
 
 
Open DX files are produced, among others, by [http://apbs.sourceforge.net/ APBS] (Adaptive Poisson-Boltzmann Solver).
 
APBS exists in standalone and web-server-based versions, and as a plug-in for [http://pymol.sourceforge.net/ PyMOL].
 
 
 
''Technical:''
 
: DX, as Cube, defines a three-dimensional grid of points in space. At each point is a number (a "scalar value"). This set of point values is then used by Jmol to define an "isosurface" -- the surface separating points having values greater than a given cutoff from those that have a value less than a certain cutoff. A typical application is molecular orbitals. The <code>phase</code> parameter of the <code>isosurface</code> command allows bicolor rendering: one color for "points greater than x" and another color for "points less than -x".
 
: Jmol can read DX files and re-export them to much smaller JVXL files.
 
 
 
Generally a MEP data set is not used for the isosurface itself. Rather, it is used to map color onto another isosurface, usually some representation of the "molecular surface".
 
 
 
Bottom line is that we can now take molecular electrostatic potential data that were generated in PyMOL (requires the APBS plugin for PyMOL) and use them to color a surface generated in Jmol.
 
 
 
Documentation:
 
* [http://www.stolaf.edu/academics/chemapps/jmol/docs/misc/JVXL-format.pdf Jmol interpretation of DX files and re-exporting into much smaller JVXL files]
 
* [http://apbs.sourceforge.net/doc/user-guide/index.html#opendx-format DX generation of MEP data by APBS]
 
* [http://www.opendx.org OpenDX specification and software package]
 
 
 
= Scripting =
 
 
 
== Script input ==
 
Jmol reads script files, using not the <code>load</code> command, but the <code>script</code> command. These are plain-text files containing commands in the Jmol scripting language (in part common with Rasmol and Chime), that will modify the way the molecular model is shown. The file can have any extension.
 
 
 
For details on the scripting language, visit the [http://www.stolaf.edu/academics/chemapps/jmol/docs/ Interactive Scripting Documentation].
 
 
 
== Script output ==
 
Jmol application (not the applet) can write a script file that will restore the current appearance and state of the model. This functionality is still under improvement.
 
 
 
Use the application's top menu bar:
 
<code>File > Export > Export Image or Script</code>
 
and in the <code>Image Type</code> drop-down list, choose <code>SPT</code>, write a filename and click on <code>Save</code>.
 
 
 
 
 
== Inline formats ==
 
Molecular data are usually contained in an external file and loaded into Jmol using the <code>load</code> command, but they can also be contained within the webpage (or fed into it using JavaScript or PHP, e.g. from a database).
 
 
 
In turn, script commands can also be contained in the molecular file.
 
 
 
To allow for this "inline" formats, several methods are implemented:
 
 
 
''[Please, note that these are advanced procedures. For normal needs, they can be avoided in favour of using normal scripting practices.]''
 
 
 
=== Molecular coordinates inline within a webpage ===
 
Can be done using direct instructions for the applet or, more easily, using functions in the Jmol.js library: <code>[http://jmol.org/jslibrary/#jmolAppletInline jmolAppletInline], [http://jmol.org/jslibrary/#jmolLoadInline jmolLoadInline], [http://jmol.org/jslibrary/#jmolLoadInlineScript jmolLoadInlineScript]</code>.
 
 
 
=== Molecular coordinates inline within a script or script file ===
 
Can be done using the <code>[http://www.stolaf.edu/academics/chemapps/jmol/docs/?ver=11.0#data data "model"]</code> command (Jmol 11 only).
 
 
 
=== Script inline within a molecular coordinates file ===
 
Scripts can be included after a <code>#jmolscript:</code> tag (case-sensitive). This must be taken as a comment by the molecular file parser, so its location depends on the file format:
 
* In a PDB file, use <code>REMARK #jmolscript:</code> in any line, followed by the script commands in the same line.
 
* In a MOL file, use <code>#jmolscript:</code> in the '''third line''', followed by the script commands in the same line. Note, however, that <code>#</code> cannot be the first character on that line, so use an initial '''space''' if nothing else.
 
* In an XYZ file, use <code>#jmolscript:</code> in the '''second line''', followed by the script commands in the same line.
 
 
 
In all cases, the script will be applied after the whole molecule has loaded.
 

Revision as of 17:34, 25 April 2009

Jmol + JSmol Documentation

(An attempt to compile information on file format specifications. It's not complete yet.)

Jmol example/test data files in all formats accepted.

Chemical file formats on Wikipedia.

File formats on Open Babel.

Nice description of 3D Geometry & Modeling Formats by Wolfram Mathematica.

See the specific subsections: