JAL-1260 file formats and IdentifyFile updates for GenBank and ENA
[jalview.git] / src / jalview / io / FlatFile.java
index c25991b..c247601 100644 (file)
@@ -194,6 +194,8 @@ public abstract class FlatFile extends AlignFile
      * using TreeMap gives CDS sequences in alphabetical, so readable, order
      */
     cds = new TreeMap<>(String.CASE_INSENSITIVE_ORDER);
+    
+    parse();
   }
 
   /**