aboutsummaryrefslogtreecommitdiff
path: root/wqflask/runserver.py
AgeCommit message (Collapse)Author
2016-04-20Remover dependency to logger_tree (may reintroduce later)pjotrp
2015-05-18fix attribute coloringArtem Tarasov
also I found out that there are two legends shown simultaneously, but one is suitable only for discrete values, and the other for continuous; now only the suitable one is shown
2015-05-01Added Pjotr's latest pylmm changeszsloan
Added GEMMA and necessary plink-format genotype files in gemma directory Added the GEMMA genotype files to git LFS Removed some unnecessary/duplicated code from interval_mapping.py Separated GEMMA mapping code into its own file (will also do this for other methods) and fixed and issue that caused it to not run Added the table to the pair scan results page and wrote some code adding its attributes to each marker object, but it still isn't working yet
2015-03-23Updates to make GN2 work on my version of penguin (ports, and paths)DannyArends
2014-09-22Adding the port as a parameter to runserver; this should just be temporary untilZachary Sloan
I figure out how to get it to read the port from the config file instead Using runserver.py instead of secure_server.py because of an error with the latter that I haven't figured out how to fix yet Improved the appearance of several of the tables
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
adding the correlation matrix page
2013-03-07Have first 45% of progress bar workingZachary Sloan
Changed "threaded" to True in runserver.py; this fixed issue related to getting progress bar to work
2012-10-25Looks like the code that imports logging was changed in runserver.pyZachary Sloan
Small change to the code printing out fd in search_results.py
2012-06-05Actually getting some results out of the trait and data analysis pageSam Ockman
2012-06-01Views and templates modified to allow template analysisSam Ockman
2012-05-24Trying to get stuff working under new structureSam Ockman