about summary refs log tree commit diff
path: root/gn3/computations/rqtl2.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/computations/rqtl2.py')
-rw-r--r--gn3/computations/rqtl2.py1
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)
     }