Skip to content
Snippets Groups Projects
Commit 143e675e authored by Mark McDowall's avatar Mark McDowall :coffee:
Browse files

Moved the hide function so that the gene was not hidden

parent 478246fa
No related branches found
No related tags found
2 merge requests!114Update DBEntryAdaptor.pm,!114Update DBEntryAdaptor.pm
......@@ -40,8 +40,6 @@ note( "Test database instantiated" );
#
ok( $db );
$multi->hide("core", "meta_coord", "gene", "transcript", "exon", "exon_transcript", "translation", "supporting_feature", "dna_align_feature", 'xref', 'object_xref', 'identity_xref');
my $dbEntryAdaptor = $db->get_DBEntryAdaptor();
#
......@@ -52,6 +50,8 @@ my $gene = $ga->fetch_by_stable_id("ENSG00000171456");
debug("Gene->fetch_by_stable_id()");
ok($gene);
$multi->hide("core", "meta_coord", "gene", "transcript", "exon", "exon_transcript", "translation", "supporting_feature", "dna_align_feature", 'xref', 'object_xref', 'identity_xref');
#
# 4 Loading ontology terms and adding associate_xrefs
#
......
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