JAL-1432 updated copyright notices
[jalview.git] / help / html / io / fileformats.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>Alignment Fileformats</title>
22 <style type="text/css">
23 <!--
24 td {
25         text-align: center;
26 }
27 -->
28 </style>
29 </head>
30 <body>
31
32 <p><strong>Alignment Fileformats</strong>
33 <p>Jalview understands a wide range of sequence alignment formats. In
34 order to determine which format has been used for an alignment,
35 jalview tries to detect some text or formatting unique to one of the formats:
36 </p>
37 <table width="100%" border="1">
38 <tr><td width="17%">Format</td>
39 <td width="60%">Unique File Feature</td>
40 <td width="23%">File Extension</td>
41 <tr>
42 <td width="17%">FASTA</td>
43 <td width="60%">&gt;SequenceName<br>
44 THISISASEQENCE<br></td>
45 <td width="23%">.fa, .fasta</td>
46 </tr><tr><td width="17%">MSF</td>
47 <td width="60%">!! AA_MULTIPLE_ALIGNMENT 1.0<br>
48 <em>..</em><br>
49 //<br></td>
50 <td width="23%">.msf</td>
51 </tr><tr><td width="17%">CLUSTALW</td>
52 <td width="60%">CLUSTAL</td>
53 <td width="23%">.aln</td>
54 </tr><tr><td width="17%">PILEUP</td>
55 <td width="60%">PileUp</td>
56 <td width="23%"></td>
57 </tr><tr><td width="17%">PIR</td>
58 <td width="60%">&gt;P1;</td>
59 <td width="23%">.pir</td>
60 </tr><tr><td width="17%">BLC</td>
61 <td width="60%">&gt;Seq1<br>
62 &gt;Seq2</td>
63 <td width="23%">.blc</td>
64 </tr><tr><td width="17%">PFAM</td>
65 <td width="60%">SequenceName THISISASEQENCE</td>
66 <td width="23%">.pfam</td>
67 </tr><tr>
68 <td width="17%">Stockholm</td>
69 <td width="60%"># STOCKHOLM VersionNumber<br>
70 <em>...</em><br>//</td>
71 <td width="23%">.stk, .sto</td>
72 </tr>
73 </table>
74 <p>The file extensions are used to associate jalview alignment icons
75 with alignment files: <img src="file.png" width=12 height=12 >
76 </p>
77 </body>
78 </html>