JAL-1191 more terms added to SequenceOntologyLite
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 1 Feb 2016 12:53:46 +0000 (12:53 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 1 Feb 2016 12:53:46 +0000 (12:53 +0000)
src/jalview/io/gff/SequenceOntologyLite.java

index 173dea6..6719ae6 100644 (file)
@@ -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