simple query anchored blast report parser (shh!)
[jalview.git] / src / jalview / io / IdentifyFile.java
index a1ae26c..bf5f665 100755 (executable)
@@ -209,6 +209,14 @@ public class IdentifyFile
           reply = "PDB";
           break;
         }
+        // TODO comment out SimpleBLAST identification for Jalview 2.4.1
+        else if (!lineswereskipped && data.indexOf("BLAST")<4)
+        {
+          reply = "SimpleBLAST";
+          break;
+            
+        }
+        // end comments for Jalview 2.4.1
         else if (!lineswereskipped && data.charAt(0) != '*'
                 && data.charAt(0) != ' '
                 && data.indexOf(":") < data.indexOf(",")) // &&