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