aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-04-19 17:49:58 +0300
committerFrederick Muriuki Muriithi2023-04-19 18:07:19 +0300
commit735adc012cc5d974eb8eabb26eda6c483af0da1a (patch)
treefad7b75fd7df167fa859674653f2b93274d3ba35 /scripts
parent2a7e8b7ffdf260a643c7fcd615c8982d3268347f (diff)
downloadgenenetwork3-735adc012cc5d974eb8eabb26eda6c483af0da1a.tar.gz
oauth2: Link the phenotype traits to user groups.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/search_phenotypes.py2
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