Skip to content

Commit

Permalink
Fix DOID-to-OMIM test in OMIM inventory_report()
Browse files Browse the repository at this point in the history
  • Loading branch information
allenbaron committed Nov 27, 2023
1 parent 5fca974 commit dacc6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/inventory.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ inventory_report.omim_inventory <- function(inventory_df, verbose = TRUE,
)
doid_to_many <- maps_to_many(
inventory_df,
.data$omim,
.data$doid,
.data$mapping_type,
.data$doid
.data$omim
)
stats <- tibble::tribble(
~ "report", ~ "n",
Expand Down

0 comments on commit dacc6b1

Please sign in to comment.