Changes between Version 2 and Version 3 of Ticket #832
- Timestamp:
- Nov 21, 2020, 12:48:10 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #832 – Description
v2 v3 11 11 }}} 12 12 {{{#!td 13 used for groups combining multiple\\taxonomic levels\\e.g. {{{Ordername_Familyname}}} 13 used for groups combining multiple ''taxonomic ranks''\\ 14 like in {{{Ordername_Familyname}}} 14 15 }}} 15 {{{#!td rowspan= 316 {{{#!td rowspan=4 16 17 notify about meaning while (specifying or) writing group name to database 17 18 }}} … … 34 35 }}} 35 36 {{{#!td 36 used by taxonomy()ACI-command.\\37 Display in tree may be confusing .37 used by {{{taxonomy()}}} ACI-command.\\ 38 Display in tree may be confusing when group names contain slashes. 38 39 }}} 39 40 }}} … … 45 46 used in "tax..." entries to separate groups 46 47 }}} 47 {{{#!td48 abort with error49 }}}50 48 }}} 51 49 52 50 53 51 Needed fixes: 54 * predefined ACIs for generating tax entries shall translate "_" -> ';' 52 * extend ACI command {{{taxonomy}}} to accept a 3rd parameter to specify the separator to use, e.g. {{{taxonomy(100,";")}}} 53 * predefined ACIs for generating tax entries shall 54 * use new taxonomy parameter to directly create ';'-separated tax-entries 55 * translate {{{_}}} -> {{{;}}} 56 * remove enumerated suffixes 55 57 * review parts of arb which auto-generate group names and make sure their defaults follow the above conventions: 56 58 * group name modifications performed by [http://help.arb-home.de/move_groups.html Move groups..] (see also predefined config "report2name")