Allow single line BLC files
authoramwaterhouse <Andrew Waterhouse>
Fri, 18 Nov 2005 11:36:27 +0000 (11:36 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 18 Nov 2005 11:36:27 +0000 (11:36 +0000)
src/jalview/io/IdentifyFile.java

index 729a860..f4beccb 100755 (executable)
@@ -110,7 +110,7 @@ public class IdentifyFile
                     // could be BLC file, read next line to confirm\r
                     data = reader.readLine();\r
 \r
-                    if (data.indexOf(">") > -1)\r
+                    if (data.indexOf(">") > -1 || data.indexOf("*") >-1 )\r
                     {\r
                         reply = "BLC";\r
                     }\r