X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2FbioJsonFormat.html;h=8916020d527099012cbd109a093327ba984f59ee;hb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;hp=a91955b49a73b26d0a8f930bc3b2ba9c6ba49e7a;hpb=e799d9ddfc25ef53a3033a6a4e00f439d320255b;p=jalview.git diff --git a/help/html/features/bioJsonFormat.html b/help/html/features/bioJsonFormat.html index a91955b..8916020 100644 --- a/help/html/features/bioJsonFormat.html +++ b/help/html/features/bioJsonFormat.html @@ -1,7 +1,7 @@ -BioJSON-1.0 +BioJSON in Jalviwe -

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:

+