about summary refs log tree commit diff
path: root/gn3/computations
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/computations')
-rw-r--r--gn3/computations/rqtl2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/computations/rqtl2.py b/gn3/computations/rqtl2.py
index 206af1c..ae1e475 100644
--- a/gn3/computations/rqtl2.py
+++ b/gn3/computations/rqtl2.py
@@ -67,7 +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"),
+        "method": data.get("method", "HK"),
         "threshold": data.get("threshold", 1),
         "cores": config.get('MULTIPROCESSOR_PROCS', 1)
     }