source: trunk/lib/sellists/README

Last change on this file was 19206, checked in by westram, 2 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 914 bytes
Line 
1
2This directory contain different selection lists
3------------------------------------------------
4
5To create new choices do not modify the files in this directory,
6(for it will be destroyed when you install a new version of arb)
7but:
8
9    Create a new file with a privat extension to the basename of the original file.
10
11        example:
12            original file:      mod_fields.sellst
13            your file:          mod_fields_your_name.sellst
14
15
16Format of sellst files:
17-----------------------
18
19- Lines starting with '#' are comment lines
20- Every other line has the format: DESCRIPTION,EXPRESSION
21- DESCRIPTION may NOT contain commas
22- EXPRESSION is a valid SRT or ACI command
23- EXPRESSION may be prefixed by FIELD# where FIELD is the name of a database field,
24  which will be used as default destination field.
25- when FIELD is 'ali_*/data' it will be replaced by the current alignment (e.g. 'ali_16s/data')
26
27
Note: See TracBrowser for help on using the repository browser.