JAL-3224 JAL-3225 Some fixes in install4j template and build.gradle, and a correction...
[jalview.git] / help / html / features / mmcif.html
index 6df0fd4..b507fe1 100644 (file)
@@ -1,28 +1,55 @@
 <!DOCTYPE html>
+<!--
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * 
+ * This file is part of Jalview.
+ * 
+ * Jalview is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License 
+ * as published by the Free Software Foundation, either version 3
+ * of the License, or (at your option) any later version.
+ *  
+ * Jalview is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty 
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+ * PURPOSE.  See the GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
+ -->
 <html>
 <head>
 <meta charset="UTF-8">
 <title>mmCIF File Format</title>
 </head>
 <body>
-       <strong>mmCIF File Format</strong>
-       <p>The mmCIF file format (macromolecular Crystallographic
-               Information) was developed under the auspices of the International Union of Crystallography (IUCr) to extend the Crystallographic Information
-               File (CIF) data representation used for describing small molecule
-               structures and associated diffraction experiments.</p>
-       <strong>Merits of mmCIF file format</strong>
-       <ul>
-               <li>Large structures (containing >62 chains and/or 99999 ATOM
-                       records) that cannot be fully represented in the PDB file format are
-                       available in the PDB archive as single PDBx/mmCIF files.</li>
-               <li>PDBx/mmCIF file format provides richer data annotation</li>         
-               <li>PDBx/mmCIF became the standard PDB archive format in 2014.
-                       Since 2016 the PDB File Format is no longer being modified or
-                       extended to support new content.
-               </li>
-       </ul>
+  <strong>What is mmCIF ?</strong>
+  <br />mmCIF stands for 'macro-molecular Crystallographic Information
+  File'. This format was developed by the PDB consortium and the
+  International Union of Crystallography (IUCr), based on
+  Crystallographic Information File (CIF), a format used for describing
+  the structures of small molecules.
+  <br />mmCIF became the recommended format for the exchange of
+  biomacromolecular structures in 2014.
+  <p>
+    <strong>mmCIF and Jalview</strong> <br />Since Jalview 2.10, mmCIF
+    is used for structures downloaded from the PDB. This means:
+  </p>
+  <ol>
+    <li>Jalview can use the mmCIF to read structures that are too
+      large to be represented by a single PDB file. (ie, with more than
+      >62 chains and/or 99999 ATOM records).</li>
+    <li>Jalview users will have access to the richer annotation
+      provided by PDBx/mmCIF files.</li>
+    <li>There may be slight differences between sequences
+      containing modified residues for structures downloaded in mmCIF
+      format. This is because mmCIF differs from the PDB format in the
+      way it describes non-standard sequence data.</li>
+  </ol>
 
-       <em>mmCIF file format support for importing 3D structure data from
-               flat file and EMBL-PDBe via mmCIF was added in Jalview 2.9.1</em>
+  <em>Support for importing 3D structure data from flat file and
+    EMBL-PDBe as mmCIF was added in Jalview 2.10</em>
 </body>
-</html>
\ No newline at end of file
+</html>