<div>Hi guys</div><div><br></div><div>I am not sure if this is the place I should be reporting what I believe to be a small bug but here is goes anyway :)</div><div><br></div><div>After installing the proper V64 version of the API (checked out the latest version from the repository) my script can not connect to my local ensembl database, however it gives a warning:</div>

<div><br></div><div><div><i><u>Use of uninitialized value $ontology_version in numeric ne (!=) at /array/dept/compbio/ensembl/current_api/ensembl/modules/Bio/EnsEMBL/Registry.pm line 1916.</u></i></div></div><div><br></div>

<div>I believe this is because you have not initialized the $ontology_version with 0 on line 1469 of the Registry.pm module</div><div><br></div><div>Having compared the Registry.pm with the Registry.pm from v62 this has been changed since the v62 gives no such warning.</div>

<div><br></div><div>I believe that the line 1469 should read: </div><div><div>  my $ontology_version=0;</div></div><div><br></div><div>at least in my case it stopped complaining.</div><div><br></div><div>Best regards, </div>

<div><br></div><div>    Duarte</div><div><br></div><div><br></div>