diff options
| author | Alexander_Kabui | 2025-04-30 16:23:22 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2025-04-30 16:23:22 +0300 |
| commit | dd9ef90ee89e5c075acbd5ef63cb89518e726ca3 (patch) | |
| tree | a7eb1e079da568ad6270d59cc9eb7c74f9ae3662 /scripts/rqtl2_wrapper.R | |
| parent | f9b21d47f7680691fc48119479cef9bd8ca2f924 (diff) | |
| download | genenetwork3-dd9ef90ee89e5c075acbd5ef63cb89518e726ca3.tar.gz | |
refactor: For genetic probabilites use cores 0 to use all
available of no cores detected.
Diffstat (limited to 'scripts/rqtl2_wrapper.R')
| -rw-r--r-- | scripts/rqtl2_wrapper.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rqtl2_wrapper.R b/scripts/rqtl2_wrapper.R index af13efa..c33b6d4 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) +Pr <- perform_genetic_pr(cross, cores=0) # Calculate allele probabilities for 4-way cross if (cross$crosstype == "4way") { |
