From fc301388999c852e43c85cc3daa309bd7fd54f53 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 12 Jul 2023 16:05:31 +0300 Subject: Bug: Provide missing argument. --- wqflask/wqflask/metadata_edits.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wqflask/wqflask/metadata_edits.py b/wqflask/wqflask/metadata_edits.py index 9f744909..226a4b97 100644 --- a/wqflask/wqflask/metadata_edits.py +++ b/wqflask/wqflask/metadata_edits.py @@ -499,6 +499,8 @@ def get_sample_data_as_csv(dataset_id: str, phenotype_id: int): conn=conn, trait_name=str(dataset_id), phenotype_id=str(phenotype_id), + sample_list=retrieve_sample_list(retrieve_group_name( + dataset_id, conn)) ), mimetype="text/csv", headers={ -- cgit 1.4.1