Google
More docs on the ARB website.
See also index of helppages.
Last update on 19. Jul 2017 .
Main topics:
Related topics:

Rename taxonomic groups

OCCURRENCE

ARB_NT/Tree/Search groups/Rename...

 

DESCRIPTION

Allows to rename

  • the currently selected group or
  • all listed groups in one go.

The input field at 'Selected group name' shows the name of the currently selected group.

If you modify that field, the group will be renamed.

The input field at 'Modify using ACI/SRT' allows scripted modification of group names:

  • for the currently selected group, the result (of applying that script to the groups name) will always be displayed behind 'Resulting group name' (if an error occurs, it will show there as well).
  • if you are satisfied with the result, press 'Apply to selected group' to actually change the groups name.
  • pressing 'Apply to all listed groups' will perform a batch rename for all listed groups.

 

NOTES

None

 

EXAMPLES

Example ACI/SRT expressions:

Tag/untag groups by adding/removing prefixes:
"[TAG] ";dd              will prefix the group-name with "[TAG] " (using ´ARB Command Interpreter (ACI)´)
:[TAG]=                  will remove that prefix again            (using ´Search and Replace Tool (SRT)´)
/^\[TAG\]//              dito                                     (using ´Regular Expressions (REG)´)
/\[.*\]//                remove multiple tag-prefixes
          
 

WARNINGS

None

 

BUGS

No bugs known