."or use the appropriate Ensembl software release "
."to ensure your script does not crash\n",
$dba->dbc()->dbname()));
}
else{
warn("No database version for database ".$dba->dbc->dbname().". You must be using a pre version 34 database with version 34 or later code. You need to update your database or use the appropriate ensembl software release to ensure your script does not crash\n");
}
}
if($database_version!=$API_VERSION){
warn("For ".$dba->dbc->dbname()." there is a difference in the software release (".$API_VERSION.") and the database release (".$database_version."). You should change one of these to ensure your script does not crash.\n");
}## end if ( $database_version...
if($database_version!=$API_VERSION){
warn(
sprintf(
"For %s there is a difference in the software release (%s) "
."and the database release (%s). "
."You should update one of these to ensure that your script "