Skip to content
Snippets Groups Projects
Commit 2fd7b96e authored by Magali Ruffier's avatar Magali Ruffier
Browse files

wrong error message

if your meta_coord table is wrong, you should run update_meta_coord.pl, not meta_levels.pl
parent 5e4ae1de
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment