aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2016-06-03Made a bunch of changes to correlation and search result tables (mainly the f...zsloan
2016-06-03Changed appearance of tables to more easily differentiate them from the rest ......Fixed issue where some N/A lrs scores and additive effects were being changed to 0's, which was misleading and kept them from always being sorted at the bottom. They now appear as N/A. zsloan
2016-06-02Fixed some issues with global search result tables, including:...- Wrong digits for mean expression and additive effect - Bad loooking width on some columns, like Max LRS Location - Janky functionality for column resizing and drag-and-dropping (just disabled these functions) - Geno and Pheno global search tables weren't built in the same way, so now they are I also fixed the sorting to always put N/A's at the bottom of the table by editing naturalSort.js zsloan
2016-06-01Changed global gene search to no longer use server-side processingzsloan
2016-05-31Fixed error when MrnaAssay search results didn't have a geneidzsloan
2016-05-31Renamed TEXTDIR to GENERATED_TEXT_DIRPjotr Prins
2016-05-31Allow the json dir to be in the old location.Pjotr Prins
2016-05-27Fixed issue where the Non-BXD (or whatever group/inbred set) table would show......Fixed Interquartile Range link in basic statistics table zsloan
2016-05-27Improved appearance of p values below slider in correlation menu on trait pag...zsloan
2016-05-26Merge branch 'master' of github.com:genenetwork/genenetwork2 into developmentzsloan
2016-05-26Merge branch 'master' of github.com:genenetwork/genenetwork2 into developmentzsloan
2016-05-26Merge branch 'master' of https://github.com/genenetwork/genenetwork2zsloan
2016-05-26Issue with certain samples (like BXD65a, ones were there are multiple for a s......Renamed directories with genotypes so tools.py didn't need to be changed (which might mess up other deployments) Fixed error when searching genotype data sets zsloan
2016-05-23Reaper mapping results are now correct and account for samples with two names......R/qtl and PYLMM still not working with the change and bootstrap results are also still wrong, so need to fix those issues. zsloan
2016-05-18Merge branch 'staging' of https://github.com/genenetwork/genenetwork2zsloan
2016-05-18Updated dataset selection dropdown menus and fixed error caused by traits wit...zsloan
2016-05-17Merge branch 'staging' of github.com:genenetwork/genenetwork2 into developmentzsloan
2016-05-17Merge branch 'staging' of github.com:genenetwork/genenetwork2zsloan
2016-05-17Correlations are now much faster after I disabled fetching the sample data fo...zsloan
2016-05-13Fixed path for IM bar plotPjotr Prins
2016-05-13Removing ref. to HTMLPATHPjotr Prins
2016-05-13WebqtlConfig.py: Constant handlingPjotr Prins
2016-05-13Fix paths for imagesPjotr Prins
2016-05-10Correlation successfully uses materialized views and parallel processing, but......Changed order of mapping options to display Interval Mapping first Changed some links to no longer open in new tab/window zsloan
2016-05-10Merge branch 'master' of github.com:genenetwork/genenetwork2 into merge_zachPjotr Prins
2016-04-29Fixed database link in trait page detailszsloan
2016-04-29Also fixed links in statistics section (for normal probability plot) and remo...zsloan
2016-04-29Fixed links in correlation descriptions on trait page and removed target=_bla......Fixed javascript so description changes when user changes the method and "Type" option is removed for literature correlation zsloan
2016-04-29URL: removed _blank from first URLPjotr Prins
2016-04-29Updated mailing list URLPjotr Prins
2016-04-29Plotting: using cairo-png for headless environmentsPjotr Prins
2016-04-29MergePjotr Prins
2016-04-28Added option to export permutation results for mapping page...Added data_scale to dataset objects and basic stats table will now check data scale when calculating range Made interval analyst results table work with datatables Changed the appearance of the basic stats table some by giving it a border zsloan
2016-04-28Changed the defunct GeneRIF URL to a working Wikipedia URL (which...also points to the non-working NCBI link) Pjotr Prins
2016-04-26Interval mapping: fix font and image pathPjotr Prins
2016-04-26Merging with Zach's latest branchPjotr Prins
2016-04-25Interval Analyst table mostly working, just need to work out a few more thingszsloan
2016-04-22Fixed issue where manhattan plot setting wasn't being carried over to single ......Removed a useless "if 1 == 1" line that was in marker_regression_gn1.py for testing. zsloan
2016-04-20Interval Mapping now correctly does interval mapping if Marker Regression isn......Changed "Manhattan Plot" label to "Marker Regr." to accurately reflect what the option does zsloan
2016-04-20Added borders to stats table in trait pagezsloan
2016-04-20Fix typoPjotr Prins
2016-04-20A few fixes to get the webserver running againPjotr Prins
2016-04-20Add filePjotr Prins
2016-04-20trasnform to transformDannyArends
2016-04-20Changed the file stem of generated pictures to CTLDannyArends
2016-04-20Adding small figures per trait, so that users can see CTL and QTL for each in...DannyArends
2016-04-20Adding parameters, and passing them to the CTL algorithmDannyArends
2016-04-20Working on the output template of CTLDannyArends
2016-04-20Updates to the CTL code adding the significant results to the result objectDannyArends
2016-04-20Cleaning code, adding commentsDannyArends