Skip to content
Snippets Groups Projects
Commit c6ba88eb authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Enable all homology types

parent 27ea8523
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,6 @@ if (!$go_terms && !$names) {
# only certain types of homology are considered
my @homology_types_allowed = ("ortholog_one2one","apparent_ortholog_one2one");
my @homology_types_allowed;
if ($one_to_many) {
push @homology_types_allowed, "ortholog_one2many","apparent_ortholog_one2many";
}
......
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