diff options
author | Frederick Muriuki Muriithi | 2023-04-19 17:49:58 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-04-19 18:07:19 +0300 |
commit | 735adc012cc5d974eb8eabb26eda6c483af0da1a (patch) | |
tree | fad7b75fd7df167fa859674653f2b93274d3ba35 /scripts | |
parent | 2a7e8b7ffdf260a643c7fcd615c8982d3268347f (diff) | |
download | genenetwork3-735adc012cc5d974eb8eabb26eda6c483af0da1a.tar.gz |
oauth2: Link the phenotype traits to user groups.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/search_phenotypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |