ac0716823d868893f8c1ea945ea061c8970c5df0
[jalview.git] / help / html / editing / index.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
4  * Copyright (C) 2014 The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head><title>Editing</title></head>
23 <body>
24 <p><strong>Editing</strong></p>
25 <p>There are two major ways to edit alignments - in 'Normal mode',
26 gaps are inserted and deleted at the mouse pointer in various ways by
27 clicking the left mouse button and pressing a combination of either
28 shift and control (or the alt, option or apple key on Macs) and dragging the mouse. Pressing
29 <em>F2</em> toggles the alternative <a href="../features/cursorMode.html">'Cursor
30 mode'</a> keyboard editing facility, where the space bar and delete 
31 keys add and remove gaps at the current editing position. The key
32 strokes for both these modes are summarised in the <a
33 href="../keys.html">keystrokes table</a>.</p>
34 <p><strong>Tip:</strong> For large alignments, deselect &quot;Calculate -&gt; 
35   Autocalculate Consensus&quot; to prevent the alignment performing lengthy calculations 
36   after every edit. </p>
37 <p><em>Inserting / removing gaps</em> - hold down the
38   &quot;Shift&quot; key. Click on a residue with the mouse and drag it
39   to the left or right to insert gaps and remove gaps.<br>
40   If the current selection is a group over all sequences in the
41   alignment, or a group over some sequences or all columns in the
42   alignment, then hold down either &quot;Control&quot; 
43   key (or the &quot;Alt;&quot; on OSX if &quot;Control&quot; does not work) and drag the residue left or right to edit all sequences in the defined 
44   group at once.</p>
45 <p><em>Copy/paste/cut/delete</em> - any sequences which are in the current selection
46   box (indicated in red) may be cut and / or copied to a new alignment or deleted.
47 </p>
48 <p><em>Undo / redo</em> - editing of sequences (insertion/removal of gaps, removal
49   of sequences, trimming sequences etc) may be undone or redone at any time using
50   the appropriate menu items from the edit menu. The undo history list only allows
51   a maximum of 10 actions.
52 <p><em>Trimming alignment</em> - First select a column by clicking the scale indicator
53   (above the sequences) The alignment may then be trimmed to the left or right
54   of this column. If multiple columns are selected, the alignment is trimmed to
55   the right of the rightmost selected column (or to the left of the leftmost selected
56   column)</p>
57 <p><em>Remove gapped columns</em> - Removes columns within the alignment which
58   contain only space characters (&quot;-&quot; or &quot;.&quot; or &quot; &quot;)</p>
59 <p><em>Removing gaps</em> - Removes all gaps from the alignment. Gaps are &quot;-&quot;
60   or &quot;.&quot; or &quot; &quot;.</p>
61 <p><em>Set gap character</em> - Switches the gap character between &quot;.&quot; 
62   and &quot;-&quot;. If the &quot;Render Gaps&quot; option from the &quot;View&quot; 
63   menu is unticked all gaps will appear as blank spaces.</p>
64 <p>&nbsp;</p>
65 <p><strong>Editing In Selection Areas</strong></p>
66 Editing can be restricted to the current selection area. 
67 This allows the user to &quot;Lock&quot; the alignment either side of the selection 
68 area. Any gap insertions or deletions will only affect the current selection area.
69 <p><img src="editing.jpg" width="428" height="186" align="top"></p>
70 <p>In this example, if Sequence IL2RA_MACMU has gaps removed from position 98-104, 
71   the same number of gaps will be inserted at position 116, (between M and L). 
72 </p>
73 <p><em>Locked selection area based editing was introduced in Jalview 2.08</em></p>
74 <p>&nbsp;</p>
75 </body>
76 </html>