From: Jim Procter Date: Wed, 3 Jul 2019 12:58:20 +0000 (+0100) Subject: Merge branch 'documentation/JAL-2843_featureFiltersFormat' into develop X-Git-Tag: Release_2_11_0~2^2~4 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=fca7d6a803e4edc9aeee0ee39ca980d11ca13346;hp=-c Merge branch 'documentation/JAL-2843_featureFiltersFormat' into develop --- fca7d6a803e4edc9aeee0ee39ca980d11ca13346 diff --combined help/help/html/features/featuresFormat.html index 4d13dcd,0226175..0226175 --- a/help/help/html/features/featuresFormat.html +++ b/help/help/html/features/featuresFormat.html @@@ -26,17 -26,20 +26,20 @@@

Sequence Features File +

-

The Sequence features file (which used to be known as the - "Groups file" prior to version 2.08) is a simple way of getting your - own sequence annotations into Jalview. It was introduced to allow - sequence features to be rendered in the Jalview applet, and so is - intentionally lightweight and minimal because the applet is often - used in situations where data file size must be kept to a minimum, - and no XML parser is available.

+ +

The Sequence features File provides a simple way of getting + your own sequence features into Jalview. It also allows feature + display styles and filters to be saved and imported to another + alignment. Users familiar with the earliest versions of Jalview will + know that features files were originally termed 'groups' files, and + that the format was was designed as a space efficient format to + allow sequence features to be rendered in the Jalview applet.

Features files are imported into Jalview in the following ways:
+

-

-

Sequence Features File Format

A features file is a simple ASCII text file, where each line contains tab separated text fields. No comments are - allowed. + allowed. Its structure consists of three blocks:

+ +

- Feature Colours + Feature Colours

The first set of lines contain feature type definitions and their colours:

- Feature label	Feature Colour
+ <Feature Type>	<Feature Style>
  
  
- A feature type has a text label, and a colour specification. This can - be either: - -