Age | Commit message (Collapse) | Author |
|
* wqflask/utility/db_tools.py: Delete MySQLdb.escape_. Import
get_setting, database_connection.
(escape_): New function.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* wqflask/utility/db_tools.py: escape_string returns a binary string which
introduces a bug when composing sql query string. The escaped strings have to be
converted to plain text.
|
|
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
|
|
|
|
adding the correlation matrix page
|
|
Created new files for mrna assay tissue data and commonly used
db query related functions
|