source: branches/nameserver/HELP_SOURCE/oldhelp/mg_species.hlp

Last change on this file was 18125, checked in by westram, 6 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      arb_merge_workflow.hlp
5
6#Please insert subtopic references  (line starts with keyword SUB)
7SUB     del_list.hlp
8SUB     write_field_list.hlp
9SUB     mod_field_list.hlp
10SUB     mg_xfer_field_of_listed.hlp
11SUB     mg_xfer_field_of_sel.hlp
12
13# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
14
15#************* Title of helpfile !! and start of real helpfile ********
16TITLE           Compare and Transfer Species Entries
17
18OCCURRENCE      ARB_MERGE/Transfer species
19
20DESCRIPTION     Allows
21                        * database searching,
22                        * comparison of the two databases,
23                        * transferring data from left to right
24                        * realigning sequences to new alignment
25
26        Database Searching:
27
28                To perform database searching within the individual databases
29                use the left or right part of the 'TRANSFER SPECIES' window for
30                source and target database (DB), respectively.
31
32                The database is scanned for 'species' (see LINK{glossary.hlp})
33                which contain (or do not contain) the search string within the
34                specified 'field' (see LINK{glossary.hlp}). The corresponding
35                'species' and the respective 'field' entries are listed in the
36                'HIT LIST' subwindow. The number of hits is displayed after the
37                'Hits:' prompt.
38
39                Define whether matching or non matching species should be
40                listed by pressing the appropriate combination of left
41                and right buttons in the 'QUERY TYPE' area. Performing
42                multiple searches, define whether the list of 'species'
43                should be replaced by the new results, whether newly
44                found 'species' should be removed from or appended
45                to the existing list.
46
47                Select a 'field' from the 'Fields' subwindow.
48
49                Type the search string to the 'Search string' subwindow.
50
51                Press the 'RUN QUERY' button of the results area.
52
53                See also LINK{searching.hlp} and LINK{search_equal_fields.hlp}.
54
55        Data Transfer:
56
57                Transfer will always happen from source to target species
58                (i.e. from left to right side).
59
60                Select the transfer mode:
61                 * "whole species" will copy all fields,
62                 * "single field" will copy one single field (selectable, allows to append data) and
63                 * "using FTS" will use the "field transfer set" selected below (see LINK{xferset.hlp}).
64
65                Select the transfer scope:
66                 * "selected species" will copy (from) the selected species into
67                   a new species or to the species selected in the right-side
68                   hitlist.
69                 * "listed species" will copy all species listed in the left-side hitlist.
70
71                Click the 'Transfer species' button in the window center to transfer
72                according to selected transfer-type and -scope.
73
74                See LINK{save.hlp} for howto save the modified database(s).
75
76SECTION         Adapt Alignment
77
78                ARB Merge tries to keep the alignment correct. Normally people
79                have inserted new gaps in either the left or right database.
80                By entering the ID(s) of some reference species in the input
81                box in the upper center of the TRANSFER SPECIES window, the
82                program will try to find those species in both databases,
83                create a column reference list, and realign all transferred
84                sequences.
85
86                To enable this feature, enable the 'Adapt alignment' toggle.
87
88SECTION         Overwritten data
89
90                This section describes when and what data will be overwritten
91                and when data gets mixed into existing data.
92
93                In "whole species" transfer mode
94                 * any existing species (with the same ID, i.e. 'name') will be deleted and
95                 * a full copy of each source species will be created.
96
97                The "single field" and "using FTS" transfer modes
98                 * will copy from the selected source species to the selected target species
99                   when "selected species" scope is used or
100                 * will copy from each listed species to (a new or already existing) target species
101                   with the same ID.
102
103                Some fields are handled special:
104                 * the 'name' entry will always be transferred when missing at target.
105                 * the 'acc' entry will be transferred when missing at target (and when "using FTS" mode).
106                 * all transferred 'ali_*/data' entries will be targeted by alignment adaption (see section above).
107
108NOTES           None
109
110
111EXAMPLES        For examples for database searching see LINK{sp_search.hlp}.
112
113
114WARNINGS        The data will always be transferred from the source DB to
115                the target DB.
116                If you want to align sequences during transfer, it is recommended
117                that the left database has fewer gaps than the right one.
118
119                If there are entries (for selected data) in both databases,
120                those in the target DB will be overwritten!
121
122
123BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.