From 0ea788437dcf7640a93ea1348166b5d43c528c81 Mon Sep 17 00:00:00 2001 From: Lei Yan Date: Mon, 3 Feb 2014 14:47:51 -0600 Subject: On branch master --- wqflask/maintenance/dataset/phenotypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/maintenance/dataset') 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 -- cgit v1.2.3