fully integrate HMMER3 file format into Jalview
[jalview.git] / src / jalview / io / IdentifyFile.java
index 035c1fa..6573cbb 100755 (executable)
@@ -149,6 +149,11 @@ public class IdentifyFile
           reply = FileFormat.ScoreMatrix;
           break;
         }
+        if (data.startsWith("HMMER3"))
+        {
+          reply = FileFormat.HMMER3;
+          break;
+        }
         if (data.startsWith("H ") && !aaIndexHeaderRead)
         {
           aaIndexHeaderRead = true;