aboutsummaryrefslogtreecommitdiff
path: root/wqflask/other_config
AgeCommit message (Collapse)Author
2016-02-15Fixed R/qtl mapping so the group (BXD, etc) isn't hardcodedzsloan
Removed an extraneous </td> tag from the show trait page
2016-01-26Removed a bunch of files/directories/packages that are no longer used and ↵zsloan
some corresponding imports
2015-08-14Added csv download button to search result table; still need to add to otherzsloan
tables and later attach its functionality to the existing Download Table button Fixed an issue where rows wouldn't uncheck with backspacing in Select Top text area; the last commit just fixed the highlighting, not the checkboxes Some changes in progress towards trying to fix the additive effect issue; the problem is that the lod_chart.js code writes each chromosome as one d3 path, so I can't change the color for individual segments within that path. I'll have to completely change the way the path is drawn for the additive effect
2014-10-29Committer: Lei Yan <lei@penguin.uthsc.edu>Lei Yan
On branch master
2014-10-29Merge /home/gn2/geneLei Yan
2014-10-24Committer: Lei Yan <lei@penguin.uthsc.edu>Lei Yan
On branch master
2014-10-24Committer: Lei Yan <lei@penguin.uthsc.edu>Lei Yan
On branch master
2014-10-09Added config fileZachary Sloan
2014-07-09Updated coffeescript, svg export working fine, interval mapping zoom workingZachary Sloan
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
adding the correlation matrix page
2013-10-24Added a dynamically resortable bar chart to the trait pageZachary Sloan
Improved the look/feel of the correlation page somewhat
2013-08-23Working on user registration and added nginx conf for my branchSam
2013-07-10Updated gn_installation_notesZachary Sloan
2013-06-19Added nginx_conf directory to git trackingLei Yan
2013-05-08Merge branch 'flask' of git://github.com/leiyan/genenetwork into flaskZachary Sloan
2013-05-08Worked on correlation pageLei Yan
Wrote function in dataset.py that gets all the traits in a dataset and their sample values
2013-04-24Began writing code that writes some objects used in LMM to redisZachary Sloan
and writes/reads eachitem in the plink_input
2013-04-24Added original pylintrcZachary Sloan
2013-04-05Loading bar now correctly shows the time to completionZachary Sloan
and the code seems to run correctly
2013-04-05Made change to nginx config file that seems to have fixed theZachary Sloan
504 gateway timeout issue with the human datasets
2013-01-31Added wqflask-nginx.confZachary Sloan
2013-01-31Copied over nginx.conf from /etc/nginxZachary Sloan
2012-06-12More progress on data trait and analysisSam Ockman
2012-06-10Modified pylintrcSam Ockman
2012-06-10Added uncustomized pylintrcSam Ockman
2012-05-24Added README, modified requirementsSam Ockman