Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / help / html / features / bioJsonFormat.html
diff --git a/help/html/features/bioJsonFormat.html b/help/html/features/bioJsonFormat.html
deleted file mode 100644 (file)
index e12332a..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<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.
- -->
-<head>
-<title>BioJSON-1.0</title>
-</head>
-<body>
-       <h1>BioJSON 1.0</h1>
-       BioJSON is a JavaScript Object Notation (JSON) specification for the representation and exchange of multiple sequence alignment data. 
-       The first version of the specification was developed in 2015 and implemented in Jalview 2.9. Find out more about BioJSON 
-       at <a href="http://jalview.github.io/biojson/">http://jalview.github.io/biojson/</a>.
-       
-       <h2>Features supported</h2>
-       Export and import of a single alignment along with it's properties listed below:
-       <ul>
-               <li>Alignment Annotations</li>
-               <li>Alignment Features</li>
-               <li>Alignment Sequences</li>
-               <li>Color Scheme</li>
-               <li>Hidden Columns</li>
-               <li>Hidden Sequences</li>
-               <li>Sequence Groups</li>
-       </ul>
-
-       <h2>Features not yet supported</h2>
-       The following features are not supported in BioJSON-1.0:
-       <ul>
-               <li>Export and import of Reference sequence</li>
-               <li>Export and import of Representative sequence</li>
-               <li>Export and import of Trees</li>
-               <li>Export and import of 3D Structures</li>
-       </ul>
-</body>
-</html>