prototype DBRef and Feature Type semantics (for annotating coding regions and disting...
[jalview.git] / src / jalview / datamodel / DBRefSource.java
index aaf0ada..9e394bb 100755 (executable)
@@ -44,4 +44,8 @@ public class DBRefSource
    * PFAM ID
    */
   public static String PFAM = "PFAM";
+  /**
+   * List of databases whose sequences might have coding regions annotated
+   */
+  public static final String[] DNACODINGDBS = { EMBL, EMBLCDS};
 }