diff options
| author | Alexander_Kabui | 2025-01-29 13:49:01 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2025-02-06 12:43:15 +0300 |
| commit | a3052281899a96b6be853582e9bdc5486a78a803 (patch) | |
| tree | 4eed1d66e6ebd853a7a7ae159e7d8256e3d20d06 /scripts/rqtl2_wrapper.R | |
| parent | cc24208b4eb0bb8231c636cd95a50ce327b72351 (diff) | |
| download | genenetwork3-a3052281899a96b6be853582e9bdc5486a78a803.tar.gz | |
refactor: Rename pheno_map to physical_map .
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 accf3fa..69606b2 100644 --- a/scripts/rqtl2_wrapper.R +++ b/scripts/rqtl2_wrapper.R @@ -100,7 +100,7 @@ generate_cross_object <- function(control_file_path, json_data) { geno_file = json_data$geno_file, pheno_file = json_data$pheno_file, gmap_file = json_data$geno_map_file, - pmap_file = json_data$pheno_map_file, + pmap_file = json_data$physical_map_file, phenocovar_file = json_data$phenocovar_file, geno_codes = json_data$geno_codes, alleles = json_data$alleles, |
