JAL-1430 mfa added as a known extension for FASTA files
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 27 Jan 2014 13:36:18 +0000 (13:36 +0000)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Mon, 27 Jan 2014 13:37:55 +0000 (13:37 +0000)
build.xml
src/jalview/io/AppletFormatAdapter.java

index 5a0ba13..70b7e29 100755 (executable)
--- a/build.xml
+++ b/build.xml
     <!--
                                <association mime-type="application-x/ext-file" extensions="fa"/>
         <association mime-type="application-x/ext-file" extensions="fasta"/>
+        <association mime-type="application-x/ext-file" extensions="mfa"/>
         <association mime-type="application-x/ext-file" extensions="fastq"/>
         <association mime-type="application-x/ext-file" extensions="blc"/>
         <association mime-type="application-x/ext-file" extensions="msf"/>
index 67d50ee..0a47a19 100755 (executable)
@@ -53,7 +53,7 @@ public class AppletFormatAdapter
    * that are writable by the application.
    */
   public static final String[] WRITABLE_EXTENSIONS = new String[]
-  { "fa, fasta, fastq", "aln", "pfam", "msf", "pir", "blc", "amsa", "jar",
+  { "fa, fasta, mfa, fastq", "aln", "pfam", "msf", "pir", "blc", "amsa", "jar",
       "sto,stk" };
 
   /**
@@ -69,7 +69,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, mfa, fastq", "aln", "pfam", "msf", "pir", "blc", "amsa", "jar",
       "sto,stk" }; // ,
 
   // ".blast"