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

Deprecating get_Species() so tests need to be updated

parent f8b33d62
No related branches found
No related tags found
No related merge requests found
......@@ -50,14 +50,8 @@ $mc->delete_key('testkey');
$listref = $mc->list_value_by_key('testkey');
ok(@$listref == 0);
#
# get_Species
#
my $species = $mc->get_Species();
ok($species->common_name eq 'Human');
my $bin = $species->binomial;
ok($mc->get_common_name() eq 'Human');
my $bin = $mc->get_scientific_name();
ok($bin eq 'Homo sapiens');
#
......
......@@ -12,6 +12,7 @@
34 1 species.classification Metazoa
35 1 species.classification Eukaryota
36 1 species.common_name Human
70 1 species.scientific_name Homo sapiens
3 1 species.taxonomy_id 9606
55 1 assembly.mapping chromosome:NCBI33|contig
56 1 assembly.mapping clone|contig
......
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