aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-10-06 10:47:19 +0300
committerFrederick Muriuki Muriithi2023-10-06 10:47:19 +0300
commite672cf9edc00777a928e492151d06d55e58241e1 (patch)
tree53449a403a5b899029f9f3495d7c724545d7bddb /gn3
parentd96c1b8806780174c737b186fb5757dcd2fccb66 (diff)
downloadgenenetwork3-e672cf9edc00777a928e492151d06d55e58241e1.tar.gz
Provide keyword argument.
Diffstat (limited to 'gn3')
-rw-r--r--gn3/api/heatmaps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/heatmaps.py b/gn3/api/heatmaps.py
index 1b04a95..632c54a 100644
--- a/gn3/api/heatmaps.py
+++ b/gn3/api/heatmaps.py
@@ -35,7 +35,7 @@ def clustered_heatmaps():
traits_fullnames,
current_app.config["GENOTYPE_FILES"],
vertical=vertical,
- current_app.config["TMPDIR"])
+ tmpdir=current_app.config["TMPDIR"])
figure.write_json(io_str)
fig_json = io_str.getvalue()
return fig_json, 200