Skip to content
Snippets Groups Projects
Commit d8667067 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Turns out this class doesn't use Ensembl exceptions.

parent ec5dd2fd
No related branches found
No related tags found
No related merge requests found
......@@ -524,7 +524,7 @@ sub get_alt_alleles {
}
}
if (!$ref_gene) {
warning('Tried very hard but failed to select a representative gene for alt-allele-group '.$aag->dbID);
warn('Tried very hard but failed to select a representative gene for alt-allele-group '.$aag->dbID);
next;
}
$is_reference{$ref_gene} = 1;
......
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