after merge
[jalview.git] / 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