<div>Hi all,</div><div><br></div><div>I came across a surprising change in the genome_db table from Compara v61 to v62: the orangutan taxon ID and species binomial are not what they used to be!</div><div><br></div><div>The change is understandable, as the Sumatran taxon identifier is more appropriate for the genome source, but I was caught off guard (and so was some of my code) by the abrupt change... perhaps some mention of this could go into the Ensembl changelog?</div>

<div><br></div><div>Cheers,</div><div> Greg</div><div><br></div><div><div><div>mysql> select * from ensembl_compara_62.genome_db where name like "%pongo%"\G;</div><div>*************************** 1. row ***************************</div>

<div>    genome_db_id: 60</div><div>        taxon_id: 9601</div><div>            name: pongo_abelii</div><div>        assembly: PPYG2</div><div>assembly_default: 1</div><div>       genebuild: 2007-10-Ensembl</div></div></div>

<div><div><br></div><div>mysql> select * from ensembl_compara_61.genome_db where name like "%pongo%"\G;</div><div>*************************** 1. row ***************************</div><div>    genome_db_id: 60</div>

<div>        taxon_id: 9600</div><div>            name: pongo_pygmaeus</div><div>        assembly: PPYG2</div><div>assembly_default: 1</div><div>       genebuild: 2007-10-Ensembl</div></div>