diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm index d382a22c8454026c5eb9028d905e9f7170d6ff8d..ccbb96433d5f5d2c6b0746fd86bbd516bc64ad00 100644 --- a/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm @@ -746,7 +746,7 @@ sub _get_by_Slice { @feature_coord_systems = @{ $self->db->get_MetaCoordContainer->fetch_all_CoordSystems_by_feature_type($table_name)}; unless( @feature_coord_systems) { warning("No CoordinateSystems defined for $table_name table. Please" - ." check meta_coord table and consider running ensembl/misc-scripts/meta_levels.pl"); + ." check meta_coord table and consider running ensembl/misc-scripts/meta_coord/update_meta_coord.pl"); } }