X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2FannotationsFormat.html;fp=help%2Fhtml%2Ffeatures%2FannotationsFormat.html;h=72691cec33269c1829915d018c270d87d57f936a;hb=530cd3222902146bb95bddcf11a21150f8972183;hp=141379f3e4c9c5711f02edfd2285b147ce2049af;hpb=05dae6e20679182b50293ab33705f596f543d720;p=jalview.git diff --git a/help/html/features/annotationsFormat.html b/help/html/features/annotationsFormat.html index 141379f..72691ce 100755 --- a/help/html/features/annotationsFormat.html +++ b/help/html/features/annotationsFormat.html @@ -30,8 +30,10 @@ version 2.08 of Jalview, via an annotations file. It is a simple ASCII text file consisting of tab delimited records similar to the Sequence Features File, and introduced primarily for use with the Jalview applet.

-

Alignment annotations files are imported into Jalview in the -following ways:
+ +

Importing annotation files
+Alignment annotations files are imported into Jalview in the +following ways:

-

Format of an Annotations File

-

The file consists of lines containing an instruction followed by -tab delimited fields, and any lines starting with "#" are -ignored. The first non-commented out line of a valid Annotations file +

+ Exporting annotation files
An annotation file + can be created for any alignment view from the "Export + Annotations ..." entry in the File menu of an + alignment window. +

+

THE ANNOTATION FILE FORMAT +
An annotation file consists of lines containing an instruction followed by +tab delimited fields. Any lines starting with "#" are considered comments, and +ignored. The sections below describe the structure of an annotation file. +

+

+ At the end of this document, you can also find notes on compatibility of annotation files across + different versions of Jalview. An example + annotation file is also provided along with instructions on how to + import it to Jalview. +

+
+

Header line
The first non-commented out line of a valid Annotations file must begin with :

JALVIEW_ANNOTATION

-

A row of annotation is added with a line like

GRAPH_TYPE	Label	Description (optional)	Values

+
+

LINE_GRAPH, BAR_GRAPH and NO_GRAPH
+Labels, secondary structure, histograms and line graphs are added with a line like

GRAPH_TYPE	Label	Description (optional)	Values

- The GRAPH_TYPE field, which appears first, defines the + Here, the GRAPH_TYPE field in the first column defines the appearance of the annotation row when rendered by Jalview. The next field is the row label for the annotation. This may be followed by a description for the row, which is shown in a tooltip when the user mouses over the annotation row's label. Since - Jalview 2.7, the description field may also contain html in the same - way as a sequence feature's label, - providing the html is enclosed in an <html/> tag. + Jalview 2.7, the description field may also contain HTML tags (in the same + way as a sequence feature's label), + providing the text is enclosed in an <html/> tag. -