patch for JAL-572
authorjprocter <Jim Procter>
Mon, 14 Jun 2010 11:21:35 +0000 (11:21 +0000)
committerjprocter <Jim Procter>
Mon, 14 Jun 2010 11:21:35 +0000 (11:21 +0000)
src/jalview/io/StockholmFile.java

index 470cc37..b70636f 100644 (file)
@@ -98,7 +98,7 @@ public class StockholmFile extends AlignFile
     }\r
 \r
     // We define some Regexes here that will be used regularily later\r
-    rend = new Regex("\\/\\/"); // Find the end of an alignment\r
+    rend = new Regex("^\\s*\\/\\/"); // Find the end of an alignment\r
     p = new Regex("(\\S+)\\/(\\d+)\\-(\\d+)"); // split sequence id in\r
     // id/from/to\r
     s = new Regex("(\\S+)\\s+(\\S*)\\s+(.*)"); // Parses annotation subtype\r