* @see https://github.com/Ensembl/ensembl-rest/wiki/Change-log
* @see http://rest.ensembl.org/info/rest?content-type=application/json
*/
- private static final String LATEST_ENSEMBLGENOMES_REST_VERSION = "15.2";
+ private static final String LATEST_ENSEMBLGENOMES_REST_VERSION = "15.8";
- private static final String LATEST_ENSEMBL_REST_VERSION = "15.2";
+ private static final String LATEST_ENSEMBL_REST_VERSION = "15.8";
private static final String REST_CHANGE_LOG = "https://github.com/Ensembl/ensembl-rest/wiki/Change-log";
assertTrue(geneIds.contains("ENSRNOG00000010957")); // rat
assertTrue(geneIds.contains("ENSXETG00000004845")); // xenopus
assertTrue(geneIds.contains("ENSDARG00000017661")); // zebrafish
- assertTrue(geneIds.contains("ENSGALG00000012865")); // chicken
+ // was ENSGALG00000012865 - which is still the canonical uniprot BRAF cross
+ // reference via GRCg6a
+ assertTrue(geneIds.contains("ENSGALG00010013466")); // chicken BRAF
+ // bGalGal1.mat.broiler.GRCg7b
assertEquals(8, geneIds.size());
}