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