From f40932fa60720c0be24f45a7b1500ab6de4a0042 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 18 Mar 2016 16:19:34 +0000 Subject: Forgot to not retrieve sample data for the phenotype global search with the last commit, added it now --- wqflask/wqflask/gsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/gsearch.py b/wqflask/wqflask/gsearch.py index 4179dc48..179f054e 100755 --- a/wqflask/wqflask/gsearch.py +++ b/wqflask/wqflask/gsearch.py @@ -92,7 +92,7 @@ class GSearch(object): for line in re: dataset = create_dataset(line[2], "Publish") trait_id = line[3] - this_trait = GeneralTrait(dataset=dataset, name=trait_id, get_qtl_info=True) + this_trait = GeneralTrait(dataset=dataset, name=trait_id, get_qtl_info=True, get_sample_info=False) self.trait_list.append(this_trait) species = webqtlDatabaseFunction.retrieve_species(dataset.group.name) dataset.get_trait_info([this_trait], species) -- cgit v1.2.3