
This directory contain different selection lists
------------------------------------------------

To create new choices do not modify the files in this directory,
(for it will be destroyed when you install a new version of arb)
but:

    Create a new file with a privat extension to the basename of the original file.

        example:
            original file:      mod_fields.sellst
            your file:          mod_fields_your_name.sellst


Format of sellst files:
-----------------------

- Lines starting with '#' are comment lines
- Every other line has the format: DESCRIPTION,EXPRESSION
- DESCRIPTION may NOT contain commas
- EXPRESSION is a valid SRT or ACI command
- EXPRESSION may be prefixed by FIELD# where FIELD is the name of a database field,
  which will be used as default destination field.
- when FIELD is 'ali_*/data' it will be replaced by the current alignment (e.g. 'ali_16s/data')


