JAL-2210 need to add both transcript and product, and Ensembl needs to be marked...
[jalview.git] / src / jalview / datamodel / DBRefSource.java
index aef18e9..0ac14e5 100755 (executable)
@@ -101,7 +101,7 @@ public class DBRefSource
   public static final String[] CODINGDBS = { EMBLCDS, GENEDB, ENSEMBL };
 
   public static final String[] PROTEINDBS = { UNIPROT, UNIPROTKB,
-      EMBLCDSProduct }; // , ENSEMBL }; // Ensembl ENSP* entries are protein
+      EMBLCDSProduct, ENSEMBL }; // Ensembl ENSP* entries are protein
 
   public static String[] allSources()
   {