git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b10dbc
)
JAL-1270 JAL-653 use 'parse immediately' FeaturesFile constructor
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 14 Apr 2016 10:14:48 +0000
(11:14 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Thu, 14 Apr 2016 10:14:48 +0000
(11:14 +0100)
src/jalview/io/AppletFormatAdapter.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/AppletFormatAdapter.java
b/src/jalview/io/AppletFormatAdapter.java
index
65fd72f
..
1a639f1
100755
(executable)
--- a/
src/jalview/io/AppletFormatAdapter.java
+++ b/
src/jalview/io/AppletFormatAdapter.java
@@
-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)