JAL-1270 JAL-653 use 'parse immediately' FeaturesFile constructor
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 14 Apr 2016 10:14:48 +0000 (11:14 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 14 Apr 2016 10:14:48 +0000 (11:14 +0100)
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)