Skip to content

Commit 80560f4

Browse files
authored
Fixing bad import of compile_pipeline_results file (#155)
1 parent d2a6572 commit 80560f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testing_complete.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SUCCESS: All tests passed on branch: bug/check-step-complete-function
1+
SUCCESS: All tests passed on branch: bug/bad-import-compile-results

worker/pipeline_worker.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
setwd("pipeline_steps")
22
source("../worker/redis_client.R")
3+
source("../worker/compile_pipeline_results.R")
34
source("constants.R")
45
source("gwas_calculations.R")
56
source("common_extraction_functions.R")
6-
source("compile_pipeline_results.R")
77

88
library(futile.logger)
99

0 commit comments

Comments
 (0)