Skip to content
Snippets Groups Projects
Commit f4be3985 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Change meta key name 'species.db_name' to 'species.production_name'.

parent 277ce2ac
No related branches found
No related tags found
No related merge requests found
......@@ -697,7 +697,7 @@ sub get_species_ids {
|| die "Cannot connect to server: $DBI::errstr\n";
my $query = "SELECT DISTINCT meta_value, species_id
FROM meta WHERE meta_key = 'species.db_name'";
FROM meta WHERE meta_key = 'species.production_name'";
my $psmt = $ensemblCoreDbh->prepare($query);
$psmt->execute();
......
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