Skip to content
Snippets Groups Projects
Commit cd20afd2 authored by Andy Yates's avatar Andy Yates
Browse files

Corrected mis-spelling and removed a hanging q which made its way into the code

parent 27a65645
No related branches found
No related tags found
No related merge requests found
......@@ -463,7 +463,7 @@ sub fetch_all_by_Slice_and_external_dbname_link {
push( @external_db_ids, $external_db_id );
}
if ( scalar(@external_db_id) == 0 ) {
if ( scalar(@external_db_ids) == 0 ) {
warn sprintf( "Could not find external database "
. "'%s' in the external_db table\n"
. "Available are:\n",
......@@ -486,7 +486,6 @@ sub fetch_all_by_Slice_and_external_dbname_link {
my %linked_genes;
foreach $external_db_id (@external_db_ids) {
my @linked_genes =
q
$dbe_adaptor->list_gene_ids_by_external_db_id($external_db_id);
foreach my $gene_id (@linked_genes) {
......
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