JAL-2679 example accession changed to CAD01290
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 13 Nov 2017 12:02:43 +0000 (12:02 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 13 Nov 2017 12:02:43 +0000 (12:02 +0000)
src/jalview/ext/ensembl/EnsemblGenomes.java

index b40df50..bbd1f26 100644 (file)
@@ -44,11 +44,13 @@ public class EnsemblGenomes extends EnsemblGene
     return "EnsemblGenomes";
   }
 
-  private String Wrong[];
   @Override
   public String getTestQuery()
   {
-    return "DDB_G0283883";
+    /*
+     * Salmonella gene, Uniprot Q8Z9G6, EMBLCDS CAD01290
+     */
+    return "CAD01290";
   }
 
   @Override