X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2FbioJsonFormat.html;h=59b49365cfa4fb2d17a9843e53d7c58a70adcc7f;hb=dc56d975105f135b5fd37a22913d164df51a02d8;hp=a91955b49a73b26d0a8f930bc3b2ba9c6ba49e7a;hpb=e799d9ddfc25ef53a3033a6a4e00f439d320255b;p=jalview.git diff --git a/help/html/features/bioJsonFormat.html b/help/html/features/bioJsonFormat.html index a91955b..59b4936 100644 --- a/help/html/features/bioJsonFormat.html +++ b/help/html/features/bioJsonFormat.html @@ -20,33 +20,63 @@ * The Jalview Authors are detailed in the 'AUTHORS' file. --> -BioJSON-1.0 +BioJSON in Jalview -

BioJSON

- BioJSON is a standardise JavaScript Object Notation (JSON) format for exchange of Bio-informatics Sequence Alignment data. - BioJSON-1.0 schema/documentation is available at http://www.jalview.org/builds/develop/examples/biojson-doc/. - You can keep up to date with BioJSON development and latest news at https://github.com/jalview/biojson/wiki. - -

Features supported

- Export/Import of the following alignment elements are supported in BioJSON-1.0: - +

+ BioJSON support in Jalview +

+

BioJSON is a JavaScript Object Notation (JSON) specification + for the representation and exchange of multiple sequence alignment + data.

+

+ Jalview 2.9 includes support for reading and writing BioJSON v1.0 + data directly, or embedded in HTML documents. It can also generate + HTML pages which employ the BioJS MSA + viewer for interactive display of BioJSON data. +

+

+ Finding out more about BioJSON +

+

+ The BioJSON specification is published at http://jalview.github.io/biojson/. +

+

+ Import of BioJSON data from HTML pages +

+

When importing embedded data in an HTML document, Jalview + searches for a hidden (usually) input or div element named + "seqData":

+
+    <div name="seqData" id="seqData" style="display: none;">#valid BioJSON data#</div>
+  
+ OR +
+    <input type="hidden" id="seqData" name="seqData" value='#valid BioJSON data#'/>
+  
+

Jalview can also import BioJSON data directly.

-

Features not yet supported

- Export/Import of the following alignment elements are not supported in BioJSON-1.0: - +

+ Jalview's Support for BioJSON v1.0 +

+

BioJSON exports of an alignment view include the following + additional data:

+ +

The following data are NOT currently preserved on export:

+