JAL-1236 TODO: fix up parser to cope with the currently defined custom header...... patch/JAL-1236_customClustalHeader
authorJim Procter <jprocter@issues.jalview.org>
Fri, 13 Dec 2019 15:57:42 +0000 (15:57 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 13 Dec 2019 15:57:42 +0000 (15:57 +0000)
src/jalview/io/ClustalFile.java

index 537c154..c558186 100755 (executable)
@@ -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;