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

Corrected an incorrect capitalisation.

parent fee6a1b3
No related branches found
No related tags found
No related merge requests found
......@@ -493,7 +493,7 @@ sub get_alt_alleles {
my $dba = $self->core->dba;
my $aaga = Bio::EnsEMBL::DBSQL::AltAlleleGroupAdaptor->new($dba);
my $aa_list = $aaga->fetch_all_groups();
my $aa_list = $aaga->fetch_all_Groups();
my $count = scalar(@$aa_list);
my %alt_id_to_gene_id;
......
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