source: branches/lib/HELP_SOURCE/source/arb_merge_workflow.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
File size: 2.3 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4
5#       sub topics:
6SUB     mg_species.hlp
7SUB     mg_extendeds.hlp
8SUB     mg_trees.hlp
9SUB     mg_species_configs.hlp
10
11# format described in ../help.readme
12
13
14TITLE           Merge main window and workflow
15
16OCCURRENCE      ARB_MERGE
17
18DESCRIPTION     The top area of the window displays the source and the
19                target databases involved in merging.
20
21                In order to be able to merge between two databases,
22                they need to
23
24                - share consistent alignments (see LINK{mg_alignment.hlp})
25                - use synchronized IDs for species (see LINK{mg_names.hlp})
26
27                Whenever you merge into an existing database (DB) you need to 'Check IDs ...'
28                before you will be able to transfer items (species, SAIs, trees, ...).
29                This isn't necessary if you are exporting from a DB into a new DB (in which
30                case the 'Check..'-buttons will be inactive)
31
32
33                After alignments and IDs have been synchronized, select any of
34                the 'Transfer..'-buttons to transfer different items from the
35                source to the target DB:
36                    * LINK{mg_species.hlp}
37                    * LINK{mg_extendeds.hlp}
38                    * LINK{mg_trees.hlp}
39                    * LINK{mg_species_configs.hlp}
40
41                After you performed all wanted merges, you will like to save the target DB.
42
43                In case you were merging into the DB running
44                in ARB_NT (see LINK{arb_merge_into.hlp}) there is no need to
45                save yet (therefore the buttons are inactive). Just close
46                the ARB_MERGE window and save as usual in the ARB_NT main window.
47
48
49NOTES           In case you have changed the source DB (e.g. delete some data) you may save
50                it using 'File/Save source DB'.
51
52                You may start the target DB after saving using 'File/Quit and start target DB'.
53
54EXAMPLES        None
55
56WARNINGS        ARB_NT and ARB_MERGE share the same properties.
57                When saving properties in one of them, you should restart the other before you
58                properties there (otherwise you will loose any changes from the first save).
59
60BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.