diff options
Diffstat (limited to 'wqflask/maintenance/dataset')
-rw-r--r-- | wqflask/maintenance/dataset/phenotypes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/maintenance/dataset/phenotypes.py b/wqflask/maintenance/dataset/phenotypes.py index af2ba7b7..c31ad0e3 100644 --- a/wqflask/maintenance/dataset/phenotypes.py +++ b/wqflask/maintenance/dataset/phenotypes.py @@ -13,7 +13,7 @@ def fetch(): inbredsetid = 1 phenotypesfile = open('bxdphenotypes.txt', 'w+') # - phenotypesfile.write("ID\tAuthors\tOriginal_description\tPre_publication_description\tPost_publication_description\t") + phenotypesfile.write("id\tAuthors\tOriginal_description\tPre_publication_description\tPost_publication_description\t") # open db cursor = utilities.get_cursor() # get strain list |