aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2020-12-29Used a try/catch to deal with situations where there's no SE/var column, sinc...zsloan
2020-12-29Merge branch 'testing' of github.com:genenetwork/genenetwork2 into feature/pa...zsloan
2020-12-29Added location_type to the list of inputs to correlation page (a list of form...zsloan
2020-12-29update tests for run gemmaAlexanderkabui
2020-12-28Incorporated location_type into the filtering logic for the correlation pagezsloan
2020-12-28Added JS controlling which location_type options are available depending upon...zsloan
2020-12-28Changed correlation options to always show the location field and both locati...zsloan
2020-12-28Added 'Location Type' option to show_trait correlation optionszsloan
2020-12-28Fix issue that caused error bars to not work for bar chartzsloan
2020-12-25Added edit_data_change to block_by_attribute_value so it will update stats fi...zsloan
2020-12-18Added redirect_uri to the ORCID_AUTH_URL since it wasn't working due to missi...zsloan
2020-12-18This should fix the Github login errorzsloan
2020-12-18Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-12-18Added Additive Effect when using LOCO with GEMMAzsloan
2020-12-18Changed show_corr_results.py to get sample names/values from the JSON sample_...zsloan
2020-12-18Changed display_mapping_results.py to get sample names and values from the JS...zsloan
2020-12-18Changed run_mapping.py to get sample names and values from JSON instead of a ...zsloan
2020-12-18Changed mapping_results.html to have a single sample_vals input instead of se...zsloan
2020-12-18Added sample_vals to the list of mapping inputs that determines what is inclu...zsloan
2020-12-18Added sample_vals input element that is meant to contain JSON for all sample ...zsloan
2020-12-18Changed views.py to accept sample data for loading page and mapping as JSON i...zsloan
2020-12-18Added function that fetches sample data and converts it to JSON to show_trait.jszsloan
2020-12-17Fixed some logic to work correctly with the changes to the way correlation fi...zsloan
2020-12-17Added Mean (mean expression) column to phenotype correlation results tablezsloan
2020-12-17Fixed a couple logic issues and changed indentation in show_trait_calculate_c...zsloan
2020-12-17Replaced Pheno with Publish for identifying dataset type in corr optionszsloan
2020-12-17Correlation Min Expr and Location filters display depending upon the selected...zsloan
2020-12-17remove test for parse_gemma_output and modify run_gemma tests (#533)Alexander Kabui
2020-12-16Removed unused JS and fixed mapping covariate selection to work for both R/qt...zsloan
2020-12-16Made change to the way sample table width is calculated to account for sample...zsloan
2020-12-16Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2020-12-16Removed ID/Sample/Value from Show/Hide Columns in trait page and only show th...zsloan
2020-12-16Set all attribute names to lower-case for sorting in order to keep order cons...zsloan
2020-12-16Merge branch 'testing' into replace-bootstrapBonfaceKilz
2020-12-16Replace zxcvbn async (#524)Alexander Kabui
2020-12-16Replace shapiro wilk lib (#528)Alexander Kabui
2020-12-16Replace jquery libs(jquery cookie,jquery ui,jquery js) (#512)Alexander Kabui
2020-12-15Added additive effect to GEMMA results + removed an unused functionzsloan
2020-12-15Fixed typo in mapping results tablezsloan
2020-12-15Fixed mistake with the way lod score was being set for correlation resultszsloan
2020-12-15Resolved conflict from putting tool buttons in a separate templatezsloan
2020-12-15Fixed Reset button to also reset hidden rows + changed Hide No Value button t...zsloan
2020-12-15Changed the Hide No Value function to use DataTables APIzsloan
2020-12-15Changed string formatting to use preferable Python 3 syntax and converted LRS...zsloan
2020-12-15Changed LRS to LOD score for correlation page tablezsloan
2020-12-15Changed High P to Peak LOD and changed the width of the column somezsloan
2020-12-15Removed Index and Record from hideable columns in search result and correlati...zsloan
2020-12-15Replace typeahead lib (#527)Alexander Kabui
2020-12-15Replace twitter-post-fetcher (#526)Alexander Kabui
2020-12-15Merge branch 'testing' into replace-underscoreBonfaceKilz