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