diff options
| author | zsloan | 2017-12-20 23:55:42 +0000 |
|---|---|---|
| committer | zsloan | 2017-12-20 23:55:42 +0000 |
| commit | 59a6b89f1d14ac542a80ed8c1901c1aae0ba7103 (patch) | |
| tree | 6f566bc6190ef72b11e9d86b6cef6f5e21fc3f35 | |
| parent | 01b7d8a3e2807405cb274cf064a4ba01f8d15bf6 (diff) | |
| parent | f6ad049db84a83baad9bbf863244b174742380fc (diff) | |
| download | genenetwork2-59a6b89f1d14ac542a80ed8c1901c1aae0ba7103.tar.gz | |
Merge branch 'testing' of https://github.com/genenetwork/genenetwork2
| -rw-r--r-- | wqflask/wqflask/submit_bnw.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wqflask/wqflask/submit_bnw.py b/wqflask/wqflask/submit_bnw.py new file mode 100644 index 00000000..59e60dfd --- /dev/null +++ b/wqflask/wqflask/submit_bnw.py @@ -0,0 +1,11 @@ +from __future__ import absolute_import, print_function, division + +from base.trait import GeneralTrait +from base import data_set +from utility import helper_functions + +import utility.logger +logger = utility.logger.getLogger(__name__ ) + +def get_bnw_input(start_vars): + logger.debug("BNW VARS:", start_vars) \ No newline at end of file |
