diff options
author | zsloan | 2018-04-09 16:51:54 +0000 |
---|---|---|
committer | zsloan | 2018-04-09 16:51:54 +0000 |
commit | c9b0ab18457929bd7ca458f7207e50fe14099d6a (patch) | |
tree | 5cbc39ef322f6246c90914eb0b8f74fa05ba630e /wqflask/wqflask | |
parent | fb62420ddbbf0189c9b0fb6d227121836fc377d8 (diff) | |
download | genenetwork2-c9b0ab18457929bd7ca458f7207e50fe14099d6a.tar.gz |
Removed the basicStatistics directory/contents because nothing there was being used except corestats, which I moved to utility
Removed box plot code from Plot.py since we no longer use it either
Diffstat (limited to 'wqflask/wqflask')
-rw-r--r-- | wqflask/wqflask/show_trait/show_trait.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/wqflask/show_trait/show_trait.py b/wqflask/wqflask/show_trait/show_trait.py index 6de5cd5f..1f000564 100644 --- a/wqflask/wqflask/show_trait/show_trait.py +++ b/wqflask/wqflask/show_trait/show_trait.py @@ -24,7 +24,6 @@ from utility import webqtlUtil, Plot, Bunch, helper_functions from base.trait import GeneralTrait from base import data_set from db import webqtlDatabaseFunction -from basicStatistics import BasicStatisticsFunctions from pprint import pformat as pf |