last version stay many bugs ..
[jalview.git] / src / jalview / io / IdentifyFile.java
index 6475497..e90e0ef 100755 (executable)
@@ -133,10 +133,10 @@ public class IdentifyFile
           break;
         }
         
-        if ((data.indexOf(">") > -1))
+        if ((data.indexOf("<") > -1))
         {
           reply = "RNAML";
-          System.out.println("This is a RNAML format");
+          
           break;
         }