about summary refs log tree commit diff
path: root/gn3/computations/ctl.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/computations/ctl.py')
-rw-r--r--gn3/computations/ctl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/computations/ctl.py b/gn3/computations/ctl.py
index eb34656..f881410 100644
--- a/gn3/computations/ctl.py
+++ b/gn3/computations/ctl.py
@@ -13,7 +13,7 @@ def call_ctl_script(data):
     """function to call ctl script"""
     data["imgDir"] = TMPDIR
     temp_file_name = dump_wgcna_data(data)
-    cmd = compose_wgcna_cmd("scripts/ctl_analysis.R", temp_file_name)
+    cmd = compose_wgcna_cmd("ctl_analysis.R", temp_file_name)
 
     cmd_results = run_cmd(cmd)
     with open(temp_file_name, "r", encoding="utf-8") as outputfile: