Skip to content
Snippets Groups Projects
Commit 4a58b67f authored by Tiago Grego's avatar Tiago Grego
Browse files

updated now deprecated ancestral_allele method call

parent f44ef41c
No related branches found
No related tags found
2 merge requests!83ancestral_allele update,!83ancestral_allele update
......@@ -288,8 +288,8 @@ sub ancestral_allele {
my $self = shift;
my $object = shift;
my $info = shift;
my $data = $object->variation->ancestral_allele;
my $data = $object->ancestral_allele;
return ($data) ? "$info=$data" : undef;
}
......
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