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:
2526066
)
JAL-1861 bugfix to allow parsing of stockholm files with missing annotations
author
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Tue, 18 Aug 2015 15:17:28 +0000
(16:17 +0100)
committer
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Tue, 18 Aug 2015 15:17:28 +0000
(16:17 +0100)
src/jalview/io/StockholmFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/StockholmFile.java
b/src/jalview/io/StockholmFile.java
index
6490d28
..
f652035
100644
(file)
--- a/
src/jalview/io/StockholmFile.java
+++ b/
src/jalview/io/StockholmFile.java
@@
-533,9
+533,9
@@
public class StockholmFile extends AlignFile
}
else
{
- throw new IOException(MessageManager.formatMessage(
- "exception.error_parsing_line", new String[]
- { line }));
+ // throw new IOException(MessageManager.formatMessage(
+ // "exception.error_parsing_line", new String[] { line }));
+ System.err.println(">> missing annotation: " + line);
}
}
else if (annType.equals("GC"))