source: branches/stable/HELP_SOURCE/oldhelp/e4.hlp

Last change on this file was 18463, checked in by westram, 5 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.5 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      alignment.hlp
5UP      security.hlp
6UP      helix.hlp
7UP      ecoliref.hlp
8UP      species_configs.hlp
9
10#Please insert subtopic references  (line starts with keyword SUB)
11SUB     man_arb_edit4.hlp
12SUB     arb_edit4.hlp
13SUB     e4_search.hlp
14SUB     e4_replace.hlp
15SUB     e4_block.hlp
16SUB     nekey_map.hlp
17SUB     helixsym.hlp
18SUB     pfold.hlp
19
20# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
21
22#************* Title of helpfile !! and start of real helpfile ********
23
24TITLE           ARB_EDIT4 - Sequence primary and secondary structure editor
25
26OCCURRENCE      ARB_NT/Sequence/Edit marked sequences
27
28DESCRIPTION     The editor allows you to view and modify the sequences of 'marked
29                species' or 'a selection of species' and 'SAI' (sequence associated
30                information) stored in the database.
31                Potential secondary structure is automatically checked
32                and the information can be displayed with the primary structure.
33                In addition, an online column statistic may help you find
34                sequence and alignment errors.
35
36                The editor permanently communicates with the database and
37                other ARB tools. Every change made by the editor is immediately
38                exported to the database. All sequence changes made by other
39                ARB tools are exported to the editor every 5 seconds.
40
41                Multiple editors can be used synchronously.
42
43
44        Display:
45
46                        First Column:   Species ID or group name.
47                        Second C.       Protection level and subtype of sequence.
48                        Last c.         Sequence and secondary structure and more.
49
50        Cursor:
51
52                        The cursor can be moved using the mouse or the arrow
53                        keys.  The current cursor positions with respect to the
54                        alignment and the E. coli sequence (there has to be an
55                        'SAI' entry: ECOLI) are indicated after the 'Position'
56                        and 'E.coli' prompts in the upper part of the
57                        'ARB_EDIT4' window.
58
59                        These 3 positions and the IUPAC-display refer to the position
60                        RIGHT of the cursor.
61
62                        'Position' counts from 1 to "alignment length".
63
64                        The 'Ecoli'- and 'Base'-position count from zero to "number of bases".
65
66                        - Zero means your cursor is left of the first base (and not AT the first base).
67                        - X means your cursor is AT or BEHIND base number X (but in front of base number X+1)
68
69                        By changing the value of one of these fields, the cursor will
70                        be repositioned. Negative values are possible - in that case
71                        the position will be calculated from the right end (e.g. -1 in
72                        'Base' field means 'position onto base')
73
74        Moving entries:
75
76                        To move an individual entry, position the cursor on the
77                        name, keep the left mouse button pressed, move the entry
78                        to the desired position, and release the button.
79
80                        Any entry can be fixed (keeps its position while
81                        scrolling vertically) at the top of the editing area by
82                        moving it somewhere above the double line (=top area).
83
84                        You can define which entries are placed in that top area by
85                        default using LINK{ad_extended.hlp}.
86
87        Undo/Redo:
88
89                        This undoes/redoes all performed database changes (see LINK{undo.hlp}).
90
91        Jump/Get:
92
93                        see LINK{e4_get_species.hlp}.
94
95        Editing:
96
97                Protection:
98
99                        To perform editing, the protection level of the particular
100                        entry ('EDIT/Set protection of selected species') has to
101                        be set below or equal the global protection level
102                        (use the 'Protect' button on the menuboard).
103
104                        Note: There are two global protection levels: one in
105                        edit-mode and another one in align-mode.
106
107                Modes:
108
109                        ARB_EDIT4 supports 2 modes: Align-mode and Edit-mode.
110                        To toggle between these two modes use the 'Align/Edit'
111                        button on the menuboard or press CTRL-E.
112
113                        Align-mode:
114
115                                Only gap symbols can be inserted ('-', '.' or
116                                'Spc' key) or deleted ('Del' or 'Backspace' key)
117
118                                Sequence data cannot be modified - it only can be
119                                checked in this mode. Sequence check is performed
120                                by typing nucleotide (amino acid) symbols.
121                                Discrepancies between typed and existing symbols
122                                are indicated by beeping.
123
124                        Edit-mode:
125
126                                Edit-mode is divided into two submodes: Insert-mode
127                                and Replace-mode. Toggle between these submodes
128                                with the 'Insert/Replace' button on the menuboard
129                                or with CTRL-I.
130
131                                In Replace-mode inserted Nucleotides/gaps overwrite
132                                existing Nucleotides/gaps.
133                                In Insert-mode inserted Nucleotides/gaps do not
134                                overwrite, instead the whole sequence is shifted.
135
136                Direction:
137
138                        ARB_EDIT4 should perform any editing function into both
139                        directions - forward and backward. To toggle the editing
140                        direction use the "5'->3'" button on the menuboard.
141
142                Repeat editing functions:
143
144                        Nearly every editing function can be performed repeatedly
145                        by typing some digits before you perform the editing
146                        function.
147
148                                Example:  '9-' inserts nine '-'
149
150                        If you need to insert digits, use the toggle in
151                        'Properties/Options'.
152
153                Key mapping:
154
155                        Nucleotide (amino acid) and gap symbols can be assigned
156                        to any of the letter and symbol keys
157                        using 'Properties/Key mappings'.
158
159                Moving nucleotide (amino acid) symbols:
160
161                        SHIFT + LEFT/RIGHT
162
163                                Push or pull a coherent sequence stretch next
164                                to the cursor.
165
166                        ALT + LEFT/RIGHT
167
168                                Move a single nucleotide (amino acid) symbol.
169
170                                If you move your cursor towards a gap, the next
171                                nucleotide (amino acid) symbol in movement
172                                direction is fetched and moved to the actual
173                                position.
174
175                                If you move your cursor towards a nucleotide
176                                (amino acid) symbol, it will jump aside the next
177                                nucleotide (amino acid) symbol.
178
179                                Alternate keys are: CTRL-O and CTRL-P
180
181                Change gap type
182
183                       Consecutive runs of gaps can be set to
184
185                       CTRL-'-'         minus sign (normal gaps)
186                       CTRL-'.'         dots (recommended at both sequence ends)
187                       CTRL-SPACE       toggles between both gap types
188
189                       These gap types have different meanings:
190
191                       '-'        is only used for aligning
192                       '.'        marks potentially missing bases
193
194
195                Other keys:
196
197                        CTRL+LEFT/RIGHT
198
199                                Jumps to the start of the next gap-region or non-gap-region.
200                                You may configure whether it always jumps over gap-regions.
201
202                        CTRL+UP/DOWN
203
204                                Like CTRL-LEFT/RIGHT, but vertical.
205
206                        HOME/END
207
208                                Jumps to the start/end of sequence.
209
210                        CTRL+HOME/END
211
212                                Jumps to the first/last sequence.
213
214                        ENTER
215
216                                Fold/unfold group
217
218                        ALT+UP/DOWN
219
220                                Jump to previous/next group consensus
221
222                        PAGE-UP/DOWN
223
224                                Scroll down/up the sequence display w/o changing the cursor position
225                                (Hint: use a simple cursor movement to move display back to the cursors position).
226
227                        ALT+PAGE-UP/DOWN
228
229                                Like PAGE-UP/DOWN, but scroll right/left.
230
231                        CTRL-A
232
233                                Call Aligner with current settings (see LINK{faligner.hlp}).
234
235                        CTRL-D
236
237                                Toggle "view differences" mode (see LINK{viewdiff.hlp}).
238
239                        CTRL-E
240
241                                Toggle EDIT/ALIGN mode (see above).
242
243                        CTRL-I
244
245                                Toggle INSERT/REPLACE mode (see above).
246
247                        CTRL-J
248
249                                Jump to opposite helix position.
250
251                        CTRL-L
252
253                                Move cursor into view and refresh display.
254
255                        CTRL-M
256
257                                Toggle mark of species/group.
258
259                        CTRL-R
260
261                                Shared key:
262                                  * sets reference sequence for "view differences" (only if active; see LINK{viewdiff.hlp})
263                                  * otherwise sets aligner reference species (see LINK{faligner.hlp})
264
265                        CTRL-S
266
267                                Repeat last search (see LINK{e4_search.hlp}).
268
269        Messages:
270
271                Many (less serious) errors will not be announced by a popup
272                window. Instead they appear at the small text window in the
273                upper-right corner of the editor window.
274
275                You can press one of the small buttons at the left side of this
276                text window:
277
278                        - press the small lens to see more errors
279                        - press the small X to get rid of all errors
280
281EXAMPLES        None
282
283NOTES           You may use the META key instead of ALT (especially if there is no ALT key :)
284
285WARNINGS        The key mappings may conflict with some window managers
286                (eg. olvwm). Disable the CTRL-LEFT/RIGHT keys of the window
287                manager.
288
289                If you perform major database modifications such as
290
291                        - adding new SAIs
292
293                you have to QUIT and restart the editor.
294
295BUGS
296
297                - sometimes the editor crashes after aligning
298                - some update problems (please report system and circumstances)
299                  (workaround: resize the editor window)
300
Note: See TracBrowser for help on using the repository browser.