about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scripts/rqtl2_wrapper.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/rqtl2_wrapper.R b/scripts/rqtl2_wrapper.R
index 91c1dd3..af13efa 100644
--- a/scripts/rqtl2_wrapper.R
+++ b/scripts/rqtl2_wrapper.R
@@ -32,6 +32,8 @@ NO_OF_CORES <- opt$cores
 SCAN_METHOD <- opt$method
 NO_OF_PERMUTATION <- opt$nperm
 
+NO_OF_CORES <- 20
+
 # Validate input and output file paths
 validate_file_paths <- function(opt) {
   if (is.null(opt$directory) || !dir.exists(opt$directory)) {