JAL-1432 updated copyright notices
[jalview.git] / help / html / features / creatinFeatures.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1)
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 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  * The Jalview Authors are detailed in the 'AUTHORS' file.
19 -->
20 <head>
21 <title>Creating Sequence Features</title>
22 </head>
23 <body>
24 <strong>Creating Sequence Features</strong>
25 <p>Jalview can create sequence features from the matches of a <a
26         href="search.html">regular expression search</a>, or from the currently
27 selected area via the <strong>&quot;selection&#8594;Create
28 sequence feature&quot;</strong> entry in the <a href="../menus/popupMenu.html">selection area popup menu</a>. In both
29 cases, the <strong>Create Features</strong> dialog box will then be
30 opened:</p>
31 <p><img src="crnewfeature.gif"></p>
32 <p>Select or enter the attributes for the features being created,
33 and then press OK to create the new features.</p>
34 <p>Each attribute is described below:
35 <ul>
36         <li><strong>Sequence Feature Name</strong>
37         <p>Either give the new features a new name or use the menu to
38         re-use an existing feature name.</p>
39         </li>
40         <li><strong>Feature group</strong>
41         <p>Enter a new group name, or re-use an existing group from the
42         pull-down menu.</p>
43         </li>
44         <li><strong>Feature Colour</strong>
45         <p>Keep the existing colour for this feature's name and group, or
46         select the colour box to open a colour chooser to pick a different one.</p>
47         </li>
48         <li><strong>Description</strong>
49         <p>Enter a description for all the features being created. Each
50         feature defined on a sequence may have its own description that will be
51         displayed in the tooltip for the feature in that region.</p>
52         </li>
53 </ul>
54 </p><p><em>Sequence Feature Creation was introduced in Jalview Version 2.2</em></p>
55 </body>
56 </html>