diff options
| author | Alexander_Kabui | 2024-12-20 23:04:11 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2024-12-20 23:04:11 +0300 |
| commit | 209726014970499561a4c7eb431ee244c9ebb748 (patch) | |
| tree | 9e7cb30faaff17a180bf9b37e45c92a9111579be /gn3/api/rqtl.py | |
| parent | 745ae64283f97101465457a0dd571d9097556dfe (diff) | |
| download | genenetwork3-209726014970499561a4c7eb431ee244c9ebb748.tar.gz | |
Add todo note for writing rqtl file.
Diffstat (limited to 'gn3/api/rqtl.py')
| -rw-r--r-- | gn3/api/rqtl.py | 1 |
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 |
