JAL-4021 todo & fix FileFormat tests
[jalview.git] / src / jalview / io / FileFormat.java
index 361d699..889ab1b 100644 (file)
@@ -437,7 +437,7 @@ public enum FileFormat implements FileFormatI
   // }
   //
   // },
-  PhyloXML("PhyloXML", "phyloxml,phylo.xml,pxml", true, true)
+  PhyloXML("PhyloXML", "phyloxml,phylo.xml,pxml", true, false)
   {
 
     @Override
@@ -450,6 +450,7 @@ public enum FileFormat implements FileFormatI
     @Override
     public AlignmentFileWriterI getWriter(AlignmentI al)
     {
+      // TODO: JAL-4021
       // handle within Aptx?
       return null;
     }