Skip to content

Commit

Permalink
added distinct selection of ids for public search function
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerpadhye committed Oct 3, 2024
1 parent f453b6e commit e2db59e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/external.bold.public.search.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ bold.public.search <- function(taxonomy = NULL,

result = result%>%
dplyr::select(processid,
sampleid)
sampleid)%>%
dplyr::distinct(processid,
sampleid)

return(result)

Expand Down

0 comments on commit e2db59e

Please sign in to comment.