From 82885f945499415b00b4ef2ee2a5464ea13fb8fb Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Wed, 30 Apr 2025 19:07:00 +0300 Subject: Revert commit dd9ef90ee89e5c075acbd5ef63cb89518e726ca3. --- scripts/rqtl2_wrapper.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rqtl2_wrapper.R') 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") { -- cgit 1.4.1