From 735adc012cc5d974eb8eabb26eda6c483af0da1a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 19 Apr 2023 17:49:58 +0300 Subject: oauth2: Link the phenotype traits to user groups. --- scripts/search_phenotypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/search_phenotypes.py b/scripts/search_phenotypes.py index 1bab41c..38b992b 100644 --- a/scripts/search_phenotypes.py +++ b/scripts/search_phenotypes.py @@ -97,7 +97,7 @@ def search(# pylint: disable=[too-many-arguments, too-many-locals] for item in json.loads(selected)) linked = tuple( (row["SpeciesName"], row["InbredSetName"], row["dataset_name"], - row["PublishXRefId"]) + str(row["PublishXRefId"])) for row in linked_phenotype_data(authconn, gn3conn, species)) page = 1 count = 0 -- cgit v1.2.3