stockholm added as readable format (Lauren Lui commit)
authorjprocter <Jim Procter>
Fri, 11 Jun 2010 15:06:15 +0000 (15:06 +0000)
committerjprocter <Jim Procter>
Fri, 11 Jun 2010 15:06:15 +0000 (15:06 +0000)
help/html/releases.html
src/jalview/io/AppletFormatAdapter.java

index 3dd6fda..802910a 100755 (executable)
@@ -51,6 +51,7 @@
                        of columns are hidden</li>
                        <li>annotation label popup menu not providing correct
                        add/hide/show options when rows are hidden or none are present</li>
+                       <li>Stockholm format shown in list of readable formats.</li>
                </ul>
                <em>Applet</em>
                <ul>
index 9f148be..5301ab6 100755 (executable)
@@ -65,7 +65,7 @@ public class AppletFormatAdapter
    * corresponding to READABLE_FNAMES
    */
   public static final String[] READABLE_EXTENSIONS = new String[]
-  { "fa, fasta, fastq", "aln", "pfam", "msf", "pir", "blc", "amsa", "jar" }; // ,
+  { "fa, fasta, fastq", "aln", "pfam", "msf", "pir", "blc", "amsa", "jar", "sto" }; // ,
                                                                              // ".blast"
                                                                              // };
 
@@ -74,7 +74,7 @@ public class AppletFormatAdapter
    * READABLE_EXTENSIONS
    */
   public static final String[] READABLE_FNAMES = new String[]
-  { "Fasta", "Clustal", "PFAM", "MSF", "PIR", "BLC", "AMSA", "Jalview" };// ,
+  { "Fasta", "Clustal", "PFAM", "MSF", "PIR", "BLC", "AMSA", "Jalview", "Stockholm" };// ,
                                                                          // "SimpleBLAST"
                                                                          // };