source: branches/lib/HELP_SOURCE/source/treeadm.hlp

Last change on this file was 19532, checked in by westram, 4 months ago
  • reintegrates 'help' into 'trunk'
    • tweak arb documentation:
      • automatically link
        • ticket references to arb bug tracker (only affects html version).
        • found URLs.
      • page titles
        • warn about long titles.
        • introduce SUBTITLEs (automatically triggered by multi-line titles in source files).
        • increase allowed length (limited by subwindow width).
      • cleanup header sections in all helpfiles.
      • fix and/or update several help files.
      • document syntax of help sources.
      • build issues:
        • when xml validation fails, next build no longer uses invalid xml ⇒ keeps failing.
        • remove output files on error (including files below ARBHOME/lib).
        • pipe output through logs to ensure proper wrapping in Entering/Leaving lines.
    • moves Tree admin + NDS menu entries to top of menu
  • adds: log:branches/help@18783:19531
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4
5#       sub topics:
6SUB     security.hlp
7
8# format described in ../help.readme
9
10
11TITLE           Tree administration
12
13OCCURRENCE      ARB_NT/Tree Admin
14
15DESCRIPTION     The tree admin window allows to perform several operations
16                on the trees stored in the database.
17
18                To perform one of the operations
19                        1. select 'Tree Admin' from the 'Tree' menu or click the admin
20                           button in the tree selection window,
21                        2. select a tree from the tree list at the bottom of the window
22                        3. choose one of the following operations
23
24SECTION         Available operations
25
26                Delete
27
28                        Delete the selected tree from the database.
29
30                        A tree may only be deleted if a protection level equal or
31                        higher (than the one assigned to the selected tree) has
32                        been chosen in the 'ARB_NTREE' main window.
33
34                Rename
35
36                        Change the name of the selected tree.
37                        Tree names have to be unique.
38
39                Copy
40
41                        Create a copy of a tree.
42                        Use this e.g. before you optimize a tree using ARB-Parsimony (see LINK{pars.hlp}).
43
44
45                Export
46
47                        Save tree to file in NEWICK format (see LINK{tr_export.hlp}).
48
49                Import
50
51                        Load a NEWICK formatted tree from a file (see LINK{tr_import.hlp}).
52
53                Change tree comment
54
55                        Each tree has a comment attached.
56                        The comment of each tree is displayed behind the trees name in the tree selection list.
57
58                        The comment of the selected tree is displayed in the comment box.
59                        Simply modify the text there to change the comment.
60
61                        Several functions that modify trees automatically append a note to
62                        the comment (e.g. copying or importing a tree).
63
64                Set protection level
65
66                        The selection button above the tree comment box shows the protection
67                        level assigned to the currently selected tree.
68                        Change its value to assign a different protection level.
69                        See 'Delete' for effects.
70
71                Change order of trees
72
73                        To change the order of the trees use the buttons at the right side
74                        of the tree selection list.
75
76
77NOTES           An example macro ("keep_listed_trees.amc") is delivered together with ARB,
78                which allows to delete all unwanted trees from a database, by defining
79                a list of all trees to keep.
80                That macro can be found using the file-prompter
81                under LINK{macro.hlp} (see EXAMPLES section there).
82
83EXAMPLES        None
84
85WARNINGS        None
86
87BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.