JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / help / html / features / editingFeatures.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9)
4  * Copyright (C) 2015 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>Amending or Deleting Sequence Features</title>
24 </head>
25 <body>
26   <strong>Amending or Deleting Sequence Features</strong>
27   <p>
28     Double clicking a position in the alignment with one or more
29     displayed sequence features opens the <strong>&quot;Amend/Delete
30       Features&quot;</strong> dialog box.
31   </p>
32   <p>
33     <img src="amendfeature.gif">
34   </p>
35   <p>The dialog box only allows one of the features at the
36     double-clicked position to be edited or deleted at a time, and it
37     will also be highlighted in black in the alignment window.</p>
38   <p>
39     Choose which feature is to be modified by selecting it from the <strong>Sequence
40       Feature Name</strong>
41     <!-- and <strong>Feature Group</strong>  -->
42     pull down menu. In addition to the Name, group, colour and
43     description attributes described for the <a
44       href="creatinFeatures.html"
45     >new feature dialog box</a>, a feature's start and end position can be
46     changed either by entering a new position directly or by using the
47     adjacent up and down buttons.
48   </p>
49   <p>
50     Select <strong>Amend</strong> to update the feature, <strong>Delete</strong>
51     to remove the selected feature, or <strong>Cancel</strong> to leave
52     the feature unchanged.
53   </p>
54   <p>
55     <em>Sequence feature editing was implemented in Jalview 2.2</em>
56   </p>
57 </body>
58 </html>