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