diff options
| author | Alexander_Kabui | 2025-04-30 19:07:00 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2025-04-30 19:07:00 +0300 |
| commit | 82885f945499415b00b4ef2ee2a5464ea13fb8fb (patch) | |
| tree | 96dcf885bec85cb9f6ab737a3438efa8a8aa3839 /scripts | |
| parent | dd9ef90ee89e5c075acbd5ef63cb89518e726ca3 (diff) | |
| download | genenetwork3-82885f945499415b00b4ef2ee2a5464ea13fb8fb.tar.gz | |
Revert commit dd9ef90ee89e5c075acbd5ef63cb89518e726ca3.
Diffstat (limited to 'scripts')
| -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 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") { |
