JAL-3224 JAL-3225 Some fixes in install4j template and build.gradle, and a correction...
[jalview.git] / help / html / features / seqfetch.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>Sequence Fetcher</title>
24 </head>
25 <body>
26   <p>
27     <strong>Sequence Fetcher</strong>
28   </p>
29         <p>Jalview can retrieve sequences from a range of sequence, 3D
30                 structure, genomic and domain family databases provided by EMBL-EBI.</p>
31         <p>The Sequence Fetcher can be opened via the &quot;File&quot;
32     menu on the main desktop in order to retrieve sequences as a new
33     alignment, or opened via the &quot;File&quot; menu of an existing
34     alignment to import additional sequences. There may be a short delay
35     when the sequence fetcher is first opened, whilst Jalview contacts each database's web API.</p>
36   <p>
37     Every time a new fetcher is opened, you will need to <strong>select
38       the database you want to retrieve sequences</strong> from the database
39     chooser.
40   </p>
41   <img src="selectfetchdb.gif" align="left" width="480" height="204"
42     alt="Database selection dialog for fetching sequences (introduced in Jalview 2.8)">
43   <p>
44     The databases are shown as a tree, and ordered alphabetically;
45     tooltips are shown if you mouse over some sources, explaining what
46     the database will retrieve. You can select one by using the up/down
47     arrow keys and hitting return, or by double clicking with the mouse.
48   </p>
49   <p>Once you have selected a sequence database, its fetcher dialog
50     will open. Jalview provides two types of dialog:</p>
51   <ol>
52     <li><strong>The Free-text Search Interface</strong> <br />Free-text
53       search clients are provided for PDB (Since 2.9), and UniProt
54       (Since 2.10). They provide access to each database's own query
55       system, enabling you to retrieve data by accession, free text
56       description, or any other type of supported field. For full
57       details, see each client's help page:
58       <ul>
59         <li><a href="pdbsequencefetcher.html">PDB Sequence
60             Fetcher</a></li>
61         <li><a href="uniprotsequencefetcher.html">UniProt
62             Sequence Fetcher</a></li>
63       </ul></li>
64     <li><strong>Accession based sequence retrieval</strong> <br />
65
66       <img src="seqfetcher.gif" align="center"
67       alt="The Jalview Sequence Fetcher Dialog Box"><br /> To
68       retrieve sequences, simply <strong>enter one or more
69         accession ids</strong> (as a semi-colon separated list), or press the
70       &quot;Example&quot; button to paste the example accession for the
71       currently selected database into the retrieval box. Finally, press
72       &quot;OK&quot; to initiate the retrieval.</li>
73   </ol>
74
75   <p>If you use the WSDBFetch sequence fetcher services (EMBL,
76     UniProt, PFAM, and RFAM) in work for publication, please cite:</p>
77   <p>
78     Pillai S., Silventoinen V., Kallio K., Senger M., Sobhany S., Tate
79     J., Velankar S., Golovin A., Henrick K., Rice P., Stoehr P., Lopez
80     R. <br> SOAP-based services provided by the European
81     Bioinformatics Institute.<br> Nucleic Acids Res. 33(1):W25-W28
82     (2005) <br> <br>
83   </p>
84 </body>
85 </html>