about summary refs log tree commit diff
path: root/gn3/api/rqtl.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/api/rqtl.py')
-rw-r--r--gn3/api/rqtl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/api/rqtl.py b/gn3/api/rqtl.py
index 8b3c536..1139d9e 100644
--- a/gn3/api/rqtl.py
+++ b/gn3/api/rqtl.py
@@ -30,6 +30,7 @@ run the rqtl_wrapper script and return the results as JSON
     run_id = request.args.get("id")
     with open(os.path.join(current_app.config.get("TMPDIR"),
                            f"{run_id}.txt"), "w+", encoding="utf-8"):
+        # TODO thos should  be refactored
         pass
     # Split kwargs by those with values and boolean ones
     # that just convert to True/False