From 8a6c3966e63dd2e381892cd0f73deee88ccd2060 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Fri, 7 Feb 2025 14:12:49 +0300 Subject: feat: Add the qtl to method to be used. --- gn3/computations/rqtl2.py | 1 + 1 file changed, 1 insertion(+) 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) } -- cgit 1.4.1