diff options
| author | Alexander_Kabui | 2025-02-07 14:12:49 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2025-02-07 14:12:49 +0300 |
| commit | 8a6c3966e63dd2e381892cd0f73deee88ccd2060 (patch) | |
| tree | 6d40c5c8f2d5e7b8f3d688e842af8cd523fa8daa | |
| parent | 445e820f136f21b9ee83bc824a5b8a9c42782bfe (diff) | |
| download | genenetwork3-8a6c3966e63dd2e381892cd0f73deee88ccd2060.tar.gz | |
feat: Add the qtl to method to be used.
| -rw-r--r-- | gn3/computations/rqtl2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/computations/rqtl2.py b/gn3/computations/rqtl2.py index 9b27b0a..206af1c 100644 --- a/gn3/computations/rqtl2.py +++ b/gn3/computations/rqtl2.py @@ -67,6 +67,7 @@ def compose_rqtl2_cmd(rqtl_path, input_file, "directory": workspace_dir, "output_file": output_file, "nperm": data.get("nperm", 0), + "method": data.get("method"), "threshold": data.get("threshold", 1), "cores": config.get('MULTIPROCESSOR_PROCS', 1) } |
