aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/data_set.py
diff options
context:
space:
mode:
authorZachary Sloan2014-08-21 17:08:38 +0000
committerZachary Sloan2014-08-21 17:08:38 +0000
commit41fb705cc57c94276573fd19b50c91c095fe76a9 (patch)
tree1c39e61af341b0fe538f98e1e60d25c087dce3e9 /wqflask/base/data_set.py
parent2bdf7694040520faf0db0d0f822c87e1542400c9 (diff)
downloadgenenetwork2-41fb705cc57c94276573fd19b50c91c095fe76a9.tar.gz
Added the option to display mapping results as either an interval mapping
or manhattan plot Fixed a few minor bugs
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-xwqflask/base/data_set.py2
1 files changed, 0 insertions, 2 deletions
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"