about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander_Kabui2025-04-30 19:07:00 +0300
committerAlexander_Kabui2025-04-30 19:07:00 +0300
commit82885f945499415b00b4ef2ee2a5464ea13fb8fb (patch)
tree96dcf885bec85cb9f6ab737a3438efa8a8aa3839 /scripts
parentdd9ef90ee89e5c075acbd5ef63cb89518e726ca3 (diff)
downloadgenenetwork3-82885f945499415b00b4ef2ee2a5464ea13fb8fb.tar.gz
Revert commit dd9ef90ee89e5c075acbd5ef63cb89518e726ca3.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rqtl2_wrapper.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rqtl2_wrapper.R b/scripts/rqtl2_wrapper.R
index c33b6d4..af13efa 100644
--- a/scripts/rqtl2_wrapper.R
+++ b/scripts/rqtl2_wrapper.R
@@ -169,7 +169,7 @@ MAP <- insert_pseudomarkers(cross$gmap, step = 1, stepwidth = "fixed", cores = N
 
 # Calculate genetic probabilities
 cat("Calculating the genetic probabilities.\n")
-Pr <- perform_genetic_pr(cross, cores=0)
+Pr <- perform_genetic_pr(cross)
 
 # Calculate allele probabilities for 4-way cross
 if (cross$crosstype == "4way") {