diff options
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 |