X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=help%2Fhelp%2Fhtml%2Ffeatures%2Fjalarchive.html;h=ef6cb4f874e7c1515bc93a146ef70a55f0bc60ed;hb=948c990b3de3f97bcc6d08cfa565b1350a9f7513;hp=94180a6a471f673c37a7b2ff90ac7cbf302dd06f;hpb=44d68d55d9c85bf7b28853feeebc4b901c4a8392;p=jalview.git diff --git a/help/help/html/features/jalarchive.html b/help/help/html/features/jalarchive.html index 94180a6..ef6cb4f 100755 --- a/help/help/html/features/jalarchive.html +++ b/help/help/html/features/jalarchive.html @@ -28,18 +28,23 @@ Jalview Project Archives

-

These are java archives of an XML file containing alignments, - trees and Jalview display information. A data exchange standard is - currently being developed, so there is no stable schema yet, but - Jalview web services will soon make use of the same interchange - format.

+

These are Zip archives of an XML file containing alignments, + trees, Principal Component Analyses (since 2.11.0), 3D structures, + and display information for Jalview, VARNA, Jmol and UCSF Chimera. + XML documents conform to a schema, and changes to the format are + made to ensure future versions of Jalview will be able to read old + Jalview project files.

- For those who want to know...
Jalview uses java classes - automatically created using Castor. - Jalview 2.08 uses descriptor classes which significantly increase - the speed of marshalling / unmarshalling java objects into XML. - Files created prior to Jalview 2.08 can still be read in, but they - will be saved in the new format. + For those who want to know...
Jalview 2.11.0 + onwards employ the JAX-B java to XML binding framework to read and + write Jalview project files. Earlier versions of Jalview employed Castor. Jalview 2.08 used + descriptor classes which significantly increase the speed of + marshalling / unmarshalling java objects into XML.

+ Files created prior to Jalview 2.08 can no longer be read by Jalview + 2.11.0. If you need to import old project files, then please import + them to Jalview 2.10.5 (available from the Jalview version archive) + and save the project again to convert it to the new format.