Skip to content

Commit

Permalink
fix reference to GAMBLR.data
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmorin committed Feb 8, 2025
1 parent 7fe2597 commit b2d5667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_gambl_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ get_gambl_metadata = function(

metadata <- metadata %>%
dplyr::left_join(
gambl_metadata,
GAMBLR.data::gambl_metadata,
by = "sample_id",
suffix = c(".X", ".Y")
) %>%
Expand Down

0 comments on commit b2d5667

Please sign in to comment.