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:
07f0cb3
)
JAL-1191 more terms added to SequenceOntologyLite
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 1 Feb 2016 12:53:46 +0000
(12:53 +0000)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 1 Feb 2016 12:53:46 +0000
(12:53 +0000)
src/jalview/io/gff/SequenceOntologyLite.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/gff/SequenceOntologyLite.java
b/src/jalview/io/gff/SequenceOntologyLite.java
index
173dea6
..
6719ae6
100644
(file)
--- a/
src/jalview/io/gff/SequenceOntologyLite.java
+++ b/
src/jalview/io/gff/SequenceOntologyLite.java
@@
-58,7
+58,18
@@
public class SequenceOntologyLite implements SequenceOntologyI
* no sub-types of exon or CDS yet encountered; add if needed
*/
{ "exon", "exon" },
- { "CDS", "CDS" }
+ { "CDS", "CDS" },
+
+ /*
+ * used in exonerate GFF
+ */
+ { "protein_match", "protein_match"},
+ { "nucleotide_match", "nucleotide_match"},
+
+ /*
+ * used in InterProScan GFF
+ */
+ { "polypeptide", "polypeptide" }
};
// @formatter:on