From 41fb705cc57c94276573fd19b50c91c095fe76a9 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Thu, 21 Aug 2014 17:08:38 +0000 Subject: Added the option to display mapping results as either an interval mapping or manhattan plot Fixed a few minor bugs --- wqflask/base/data_set.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'wqflask/base/data_set.py') diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py index 2ffa8767..c2a05c90 100755 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -697,8 +697,6 @@ class PhenotypeDataSet(DataSet): else: this_trait.description_display = "" - print("this_trait.description_display is:", this_trait.description_display) - if not this_trait.year.isdigit(): this_trait.pubmed_text = "N/A" -- cgit v1.2.3