Skip to content
Snippets Groups Projects
Commit 4ad53e59 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

added test to check if term is_root

parent e76310a2
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ ok($db);
my $accession = "GO:0003677";
my $go_adaptor = $odb->get_OntologyTermAdaptor();
my $term = $go_adaptor->fetch_by_accession($accession);
ok(!$term->is_root, "Term is not a root");
my $gene;
my $ga = $db->get_GeneAdaptor();
......
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