diff --git a/misc-scripts/xref_projection/project_display_xrefs.pl b/misc-scripts/xref_projection/project_display_xrefs.pl index e9a1047f40734a11bf244504ec0527ae100cea3d..88c27ad6c87bdcbd572953225157dbec0f16d692 100644 --- a/misc-scripts/xref_projection/project_display_xrefs.pl +++ b/misc-scripts/xref_projection/project_display_xrefs.pl @@ -145,7 +145,7 @@ my %projections_by_source; foreach my $to_species (@to_multi) { my $to_ga = Bio::EnsEMBL::Registry->get_adaptor($to_species, 'core', 'Gene'); - die("Can't get gene adaptor for $to_species - check database connection details\n") if (!$to_ga); + die("Can't get gene adaptor for $to_species - check database connection details; if species is new, add alias to Registry.pm\n") if (!$to_ga); my $to_dbea = Bio::EnsEMBL::Registry->get_adaptor($to_species, 'core', 'DBEntry'); write_to_projection_db($to_ga->dbc(), $release, $from_species, $from_ga->dbc(), $to_species) unless ($no_database);