a8390c272dc2d30a1c62735f34fd1277ce8345cf
[jalview.git] / help / html / menus / alwedit.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ 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>
23 <title>Alignment Window Menus</title>
24 </head>
25
26 <body>
27   <p>
28     <strong>Alignment Window Edit Menu</strong>
29   </p>
30   <ul>
31     <li><strong>Undo (Control Z)</strong><em><br> This
32         will undo any edits you make to the alignment. This applies to
33         insertion or deletion of gaps, cutting residues or sequences
34         from the alignment or pasting sequences to the current alignment
35         or sorting the alignment. <strong>NOTE:</strong> It DOES NOT
36         undo colour changes, adjustments to group sizes, or changes to
37         the annotation panel. </em></li>
38     <li><strong>Redo (Control Y)<br>
39     </strong><em>Any actions which you undo can be redone using redo. </em></li>
40     <li><strong>Cut (Control X)<br>
41     </strong><em>This will make a copy of the currently selected residues
42         before removing them from your alignment. Click on a sequence
43         name if you wish to select a whole sequence. <br> Use
44         &lt;CTRL&gt; and X (&lt;APPLE&gt; and X on MacOSX) to cut.
45     </em></li>
46     <li><strong>Copy (Control C)</strong><br> <em>Copies
47         the currently selected residues to the system clipboard - you
48         can also do this by pressing &lt;CTRL&gt; and C (&lt;APPLE&gt;
49         and C on MacOSX). <br> If you try to paste the clipboard
50         contents to a text editor, you will see the format of the copied
51         residues FASTA.
52     </em></li>
53     <li><strong>Paste </strong>
54       <ul>
55         <li><strong>To New Alignment (Control Shift V)<br>
56         </strong><em>A new alignment window will be created from sequences
57             previously copied or cut to the system clipboard. <br>
58             Use &lt;CTRL&gt; and &lt;SHIFT&gt; and V(&lt;APPLE&gt; and
59             &lt;SHIFT;&gt; and and V on MacOSX) to paste.
60         </em></li>
61         <li><strong>Add To This Alignment (Control V)<br>
62         </strong><em>Copied sequences from another alignment window can be
63             added to the current Jalview alignment. </em></li>
64       </ul></li>
65     <li><strong>Delete (Backspace)<br>
66     </strong><em>This will delete the currently selected residues without
67         copying them to the clipboard. Like the other edit operations,
68         this can be undone with <strong>Undo</strong>.
69     </em></li>
70     <li><strong>Remove Left (Control L)<br>
71     </strong><em>If the alignment has marked columns, the alignment will be
72         trimmed to the left of the leftmost marked column. To mark a
73         column, mouse click the scale bar above the alignment. Click
74         again to unmark a column, or select &quot;Deselect All&quot; to
75         deselect all columns.</em></li>
76     <li><strong>Remove Right (Control R)<br>
77     </strong><em>If the alignment has marked columns, the alignment will be
78         trimmed to the left of the leftmost marked column. To mark a
79         column, mouse click the scale bar above the alignment. Click
80         again to unmark a column, or select &quot;Deselect All&quot; to
81         deselect all columns.</em></li>
82     <li><strong>Remove Empty Columns (Control E)<br>
83     </strong><em>All columns which only contain gap characters
84         (&quot;-&quot;, &quot;.&quot;) will be deleted.<br> You may
85         set the default gap character in <a
86         href="../features/preferences.html"
87       >preferences</a>.
88     </em></li>
89     <li><strong>Remove All Gaps (Control Shift E)</strong><br>
90       <em>Gap characters (&quot;-&quot;, &quot;.&quot;) will be
91         deleted from the selected area of the alignment. If no selection
92         is made, ALL the gaps in the alignment will be removed.<br>
93         You may set the default gap character in <a
94         href="../features/preferences.html"
95       >preferences</a>.
96     </em></li>
97     <li><strong>Remove Redundancy (Control D)<br>
98     </strong><em>Selecting this option brings up a window asking you to
99         select a threshold. If the percentage identity between any two
100         sequences (under the current alignment) exceeds this value then
101         one of the sequences (the shorter) is discarded. Press the
102         &quot;Apply&quot; button to remove redundant sequences. The
103         &quot;Undo&quot; button will undo the last redundancy deletion.</em></li>
104     <li><strong>Pad Gaps<br>
105     </strong><em>When selected, the alignment will be kept at minimal width
106         (so there are no empty columns before or after the first or last
107         aligned residue) and all sequences will be padded with gap
108         characters before and after their terminating residues.<br>
109         This switch is useful when making a tree using unaligned
110         sequences and when working with alignment analysis programs
111         which require 'properly aligned sequences' to be all the same
112         length.<br> You may set the default for <strong>Pad
113           Gaps</strong> in the <a href="../features/preferences.html">preferences</a>.
114     </em></li>
115   </ul>
116 </body>
117 </html>