From fd25b6bf205e4642cf5f6ba5ed0e0cad73efc0b6 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 3 Apr 2024 11:09:20 +0200 Subject: rqtl_wrapper: minor fixes --- gn3/api/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3') diff --git a/gn3/api/general.py b/gn3/api/general.py index 891f992..b984361 100644 --- a/gn3/api/general.py +++ b/gn3/api/general.py @@ -64,7 +64,7 @@ def run_r_qtl(geno_filestr, pheno_filestr): """Run r_qtl command using the written rqtl_wrapper program """ - rqtl_wrapper = 'scripts/rqtl_wrapper.R' + rqtl_wrapper = 'scripts/rqtl_wrapper.R' # This is a stub cmd = (f"Rscript {rqtl_wrapper} " f"{geno_filestr} {pheno_filestr}") return jsonify(run_cmd(cmd)), 201 -- cgit v1.2.3