Skip to content

Commit

Permalink
fix ontology tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeistlinger committed Sep 16, 2024
1 parent 5cb41f1 commit 1c39515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: bugsigdbr
Version: 1.10.0
Version: 1.10.1
Title: R-side access to published microbial signatures from BugSigDB
Authors@R: c(
person(given = "Ludwig",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-ontology.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test_that("subsetByOntology", {

cterms <- c("cancer", "nervous system disease", "metabolic disease")
cpos <- list( c("Gastric cancer", "Cervical cancer", "Breast cancer"),
c("Autism", "Unipolar depression", "Schizophrenia"),
c("Autism", "Bipolar disorder", "Schizophrenia"),
c("Obesity", "Type II diabetes mellitus", "Gestational diabetes"))
cneg <- list( c("Obesity", "Anorexia nervosa", "Gestational diabetes"),
c("Gastric cancer", "Cervical cancer", "Breast cancer"),
Expand Down

0 comments on commit 1c39515

Please sign in to comment.