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

Removed usage of get_Species()

parent 2ce7ebc1
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ sub dump_genes {
my $gene_adaptor = $dba->get_GeneAdaptor();
my $meta_container = $dba->get_MetaContainer();
my $species = $meta_container->get_Species()->common_name();
my $species = $meta_container->get_common_name();
my $db_variation = variation_attach($dba) unless $no_variation;
......
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