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:
d264261
)
Add the last sequence before annotations
author
amwaterhouse
<Andrew Waterhouse>
Thu, 18 Jan 2007 17:22:38 +0000
(17:22 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Thu, 18 Jan 2007 17:22:38 +0000
(17:22 +0000)
src/jalview/io/FastaFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/FastaFile.java
b/src/jalview/io/FastaFile.java
index
d5a6a66
..
71d372e
100755
(executable)
--- a/
src/jalview/io/FastaFile.java
+++ b/
src/jalview/io/FastaFile.java
@@
-93,7
+93,6
@@
public class FastaFile extends AlignFile
\r
annotations.addElement(aa);
\r
}
\r
- annotation = true;
\r
}
\r
else
\r
annotation = false;
\r
@@
-117,6
+116,9
@@
public class FastaFile extends AlignFile
firstLine = false;
\r
\r
sb = new StringBuffer();
\r
+
\r
+ if (line.startsWith(">#_"))
\r
+ annotation = true;
\r
}
\r
else
\r
{
\r