X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2FbioJsonFormat.html;h=59b49365cfa4fb2d17a9843e53d7c58a70adcc7f;hb=c3d92b4b7a6cb00f9e596dbb7cd6c8508da5c252;hp=23a4aa2528d0fbf47143249416fdd94039ef51dc;hpb=b1cc8e6f8f1a20e6934b87305ceda18f828fdfd2;p=jalview.git diff --git a/help/html/features/bioJsonFormat.html b/help/html/features/bioJsonFormat.html index 23a4aa2..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 1.0

- BioJSON is a JavaScript Object Notation (JSON) specification for the representation and exchange of bioinformatics data. - The first version of the specification was developed in 2015 and implemented in Jalview 2.9. Find out more about BioJSON - at http://jalview.github.io/biojson/. - -

Features supported

- Export and import of a single alignment along with it's properties listed below: - +

+ 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

- The following features 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:

+