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:
6684899
)
fix for JAL-2509 - don’t replace all bracket types with ()
author
Jim Procter
<jprocter@issues.jalview.org>
Thu, 4 May 2017 12:56:11 +0000
(13:56 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Thu, 4 May 2017 12:56:11 +0000
(13:56 +0100)
src/jalview/io/StockholmFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/StockholmFile.java
b/src/jalview/io/StockholmFile.java
index
3b0dab4
..
a47e1ea
100644
(file)
--- a/
src/jalview/io/StockholmFile.java
+++ b/
src/jalview/io/StockholmFile.java
@@
-800,9
+800,9
@@
public class StockholmFile extends AlignFile
{
String convert1, convert2 = null;
- convert1 = OPEN_PAREN.replaceAll(annots);
- convert2 = CLOSE_PAREN.replaceAll(convert1);
- annots = convert2;
+ // convert1 = OPEN_PAREN.replaceAll(annots);
+ // convert2 = CLOSE_PAREN.replaceAll(convert1);
+ // annots = convert2;
String type = label;
if (label.contains("_cons"))