aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/mrna_assay_tissue_data.py
diff options
context:
space:
mode:
authorzsloan2018-04-06 15:50:29 +0000
committerzsloan2018-04-06 15:50:29 +0000
commit07c0daa04b2693f55dd69cae43c254ebb5c9a35b (patch)
tree6fa0210fd7725b55334cd2602878feba9ecb1977 /wqflask/base/mrna_assay_tissue_data.py
parente246822f359938be6af7e3f5587dea635ff5f9df (diff)
downloadgenenetwork2-07c0daa04b2693f55dd69cae43c254ebb5c9a35b.tar.gz
Mapping figure output now gives more accurate information
Committing partway through removing a bunch of unused code/files just in case something necessary gets removed
Diffstat (limited to 'wqflask/base/mrna_assay_tissue_data.py')
-rw-r--r--wqflask/base/mrna_assay_tissue_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/base/mrna_assay_tissue_data.py b/wqflask/base/mrna_assay_tissue_data.py
index eb836e6c..53f7c16a 100644
--- a/wqflask/base/mrna_assay_tissue_data.py
+++ b/wqflask/base/mrna_assay_tissue_data.py
@@ -18,7 +18,6 @@ class MrnaAssayTissueData(object):
def __init__(self, gene_symbols=None):
self.gene_symbols = gene_symbols
- self.have_data = False
if self.gene_symbols == None:
self.gene_symbols = []