aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/data_set.py
diff options
context:
space:
mode:
authorZachary Sloan2013-03-02 00:52:30 +0000
committerZachary Sloan2013-03-02 00:52:30 +0000
commited1dd7777b6dc49ed3496668bfd3b3df0d0a0612 (patch)
tree856ab810e04dc64e70a6556125a6e1491692f7c8 /wqflask/base/data_set.py
parentf65a92de7c65e6528c5d01117c202401f7681ab0 (diff)
downloadgenenetwork2-ed1dd7777b6dc49ed3496668bfd3b3df0d0a0612.tar.gz
Created generate_probesetfreeze_file to create the
"probesetfreeze data matrix" file corresponding with the muscle dataset Evan was having trouble with
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-xwqflask/base/data_set.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 0b3b5248..c6d67e68 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -29,8 +29,6 @@ import itertools
from flask import Flask, g
-from htmlgen import HTMLgen2 as HT
-
import reaper
from base import webqtlConfig
@@ -252,11 +250,7 @@ class DataSet(object):
#self.cursor.execute(query)
#self.id, self.name, self.fullname, self.shortname = self.cursor.fetchone()
-
-
- #def genHTML(self, Class='c0dd'):
- # return HT.Href(text = HT.Span('%s Database' % self.fullname, Class= "fwb " + Class),
- # url= webqtlConfig.INFOPAGEHREF % self.name,target="_blank")
+
class PhenotypeDataSet(DataSet):
DS_NAME_MAP['Publish'] = 'PhenotypeDataSet'