diff options
author | Lei Yan | 2014-02-03 14:47:51 -0600 |
---|---|---|
committer | Lei Yan | 2014-02-03 14:47:51 -0600 |
commit | 0ea788437dcf7640a93ea1348166b5d43c528c81 (patch) | |
tree | fcd4b3bdfda84852d903cc58f99e9946b2dd717c /wqflask/maintenance | |
parent | e548f76125e49f754eb72ae1daf2f420783744db (diff) | |
download | genenetwork2-0ea788437dcf7640a93ea1348166b5d43c528c81.tar.gz |
On branch master
Diffstat (limited to 'wqflask/maintenance')
-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 |