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:
f1cb5d8
)
JAL-1236 TODO: fix up parser to cope with the currently defined custom header......
patch/JAL-1236_customClustalHeader
author
Jim Procter
<jprocter@issues.jalview.org>
Fri, 13 Dec 2019 15:57:42 +0000
(15:57 +0000)
committer
Jim Procter
<jprocter@issues.jalview.org>
Fri, 13 Dec 2019 15:57:42 +0000
(15:57 +0000)
src/jalview/io/ClustalFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/ClustalFile.java
b/src/jalview/io/ClustalFile.java
index
537c154
..
c558186
100755
(executable)
--- a/
src/jalview/io/ClustalFile.java
+++ b/
src/jalview/io/ClustalFile.java
@@
-97,7
+97,7
@@
public class ClustalFile extends AlignFile
if (str.hasMoreTokens())
{
id = str.nextToken();
-
+ // TODO: JAL-1236 other tokens may be indicative of a header for Clustal format
if (id.equalsIgnoreCase("CLUSTAL"))
{
flag = true;