From a4a4122f1a7b0c615d6780197456c811db6b8a2f Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 14 Jun 2010 11:21:35 +0000 Subject: [PATCH] patch for JAL-572 --- src/jalview/io/StockholmFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/io/StockholmFile.java b/src/jalview/io/StockholmFile.java index 470cc37..b70636f 100644 --- a/src/jalview/io/StockholmFile.java +++ b/src/jalview/io/StockholmFile.java @@ -98,7 +98,7 @@ public class StockholmFile extends AlignFile } // We define some Regexes here that will be used regularily later - rend = new Regex("\\/\\/"); // Find the end of an alignment + rend = new Regex("^\\s*\\/\\/"); // Find the end of an alignment p = new Regex("(\\S+)\\/(\\d+)\\-(\\d+)"); // split sequence id in // id/from/to s = new Regex("(\\S+)\\s+(\\S*)\\s+(.*)"); // Parses annotation subtype -- 1.7.10.2