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

Removed elements from the meta table and updated sqlHelper.t accordingly so tests pass

parent a5230e0e
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ is($meta_count_hash->{$meta_key}, 1, 'Checking hash comes back correctly');
);
my $expected_hash = {
'species.classification' => [
qw(sapiens Homo Hominidae Catarrhini Primates Eutheria Mammalia Vertebrata Chordata Metazoa Eukaryota)
qw(Hominidae Catarrhini Primates Eutheria Mammalia Vertebrata Chordata Metazoa Eukaryota)
]
};
......
1 \N schema_version 67
1 \N schema_version 68
2 1 assembly.default NCBI34
33 1 species.classification Chordata
32 1 species.classification Vertebrata
......
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