1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:01:50 +02:00
This commit is contained in:
2023-01-20 11:30:40 +01:00
parent 3152f1a1ce
commit c7da8b6479
18 changed files with 323 additions and 149 deletions

View File

@ -95,7 +95,7 @@ expect_equal(mo_synonyms("Escherichia coli"), NULL)
expect_true(length(mo_synonyms("Candida albicans")) > 1)
expect_inherits(mo_synonyms(c("Candida albicans", "Escherichia coli")), "list")
expect_equal(names(mo_info("Escherichia coli")), c(
"identifier",
"mo",
"kingdom", "phylum", "class", "order",
"family", "genus", "species", "subspecies",
"status", "synonyms", "gramstain", "url", "ref",