develop merge
[jalview.git] / src / jalview / io / AppletFormatAdapter.java
index 65fd72f..1a639f1 100755 (executable)
@@ -330,7 +330,7 @@ public class AppletFormatAdapter
       }
       else if (format.equals(IdentifyFile.FeaturesFile))
       {
-        alignFile = new FeaturesFile(inFile, type);
+        alignFile = new FeaturesFile(true, inFile, type);
       }
       return buildAlignmentFrom(alignFile);
     } catch (Exception e)