JAL-3445 BSML BBB file format.
[jalview.git] / src / jalview / io / IdentifyFile.java
index b312474..df40ec1 100755 (executable)
@@ -330,6 +330,11 @@ public class IdentifyFile
             reply = FileFormat.Rnaml;
             break;
           }
+          if (upper.substring(lessThan).startsWith("<BSML"))
+          {
+            reply = FileFormat.BSML;
+            break;
+          }
         }
 
         if ((data.length() < 1) || (data.indexOf("#") == 0))