Skip to content

Commit

Permalink
Import mulea functions within clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
stitam committed Feb 27, 2024
1 parent d8769a3 commit 9e4be1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/set-based-enrichment-test.r
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ set.based.enrichment.test <- function(
# envir = current_env
clusterExport(cl,"seeds_per_thread", envir = current_env)
clusterExport(cl,"steps_per_thread", envir = current_env)
clusterEvalQ(cl, devtools::load_all())
result_of_paralel <- clusterApplyLB(cl=cl, seq_len(nthread),
function(idx) {
simulation_result_tbl <- tryCatch(
Expand Down

0 comments on commit 9e4be1b

Please sign in to comment.