git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93642d6
)
patch for JAL-572
author
jprocter
<Jim Procter>
Mon, 14 Jun 2010 11:21:35 +0000
(11:21 +0000)
committer
jprocter
<Jim Procter>
Mon, 14 Jun 2010 11:21:35 +0000
(11:21 +0000)
src/jalview/io/StockholmFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/StockholmFile.java
b/src/jalview/io/StockholmFile.java
index
470cc37
..
b70636f
100644
(file)
--- a/
src/jalview/io/StockholmFile.java
+++ b/
src/jalview/io/StockholmFile.java
@@
-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