aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2021-04-28Merge pull request #567 from zsloan/bug/fix_gemma_temptrait_covariateszsloan
2021-04-28Account for temp traits when adding covariates with GEMMA mappingzsloan
2021-04-22Account for situations where the trait symbol is null for ProbeSet traits; pr...zsloan
2021-04-22Added JS that sets the 'add to collection' dropdown to default to the collect...zsloan
2021-04-19Specify only getting the first two items after splitting the trait/dataset in...zsloan
2021-04-19Removedu nused function from network_graph.pyzsloan
2021-04-19Removed commented out js filezsloan
2021-04-19Fixed NIAAA link because apparently it was changedzsloan
2021-04-19Removed unused codezsloan
2021-04-14Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-04-14Added JS that automatically selects the default collection if it's setzsloan
2021-04-14Added option to set default collection to collections/view.htmlzsloan
2021-04-09Merge branch 'testing' of github.com:genenetwork/genenetwork2 into acentenoArthur Centeno
2021-04-09link to webinarsArthur Centeno
2021-04-09Changed connditional in show_trait.js to check categorical_attr_exists instea...zsloan
2021-04-09Replaced the conditional for whether to show 'Block samples by group' to inst...zsloan
2021-04-09Store categorical_attr_exists as a string instead of boolean since apparently...zsloan
2021-04-09Added varaiable 'categorical_attr_exists' tracking whether there are any case...zsloan
2021-03-30Shifted some code out of the try/except that shouldn't have been inside itzsloan
2021-03-30Shifted the 'try' in a try/except up some to account for a possible error wit...zsloan
2021-03-29Changed minimum num_overlap to 2, since there apparently need to be that many...zsloan
2021-03-29Check if a trait in a collection is a properly structured string to avoid an ...zsloan
2021-03-26Split rat RRID by _ in order to pull out just the ID number, since the number...zsloan
2021-03-26Added try/except to deal with the possibility of user_id being stored in Redi...zsloan
2021-03-19Added other BXD individual groups to the list of BXD groups used when drawing...zsloan
2021-03-17Added the RRID urls for mouse and rat to webqtlConfigzsloan
2021-03-17Fixed the logic for creating the RRID links to account for the fact that the ...zsloan
2021-03-17Added a check for if there's a second value for case attributes, for situatio...zsloan
2021-03-17Added URL as second value for RRID case attributes, so it can be displayed in...zsloan
2021-03-16Fixed test_check_resource_availability_of_super_user to account for user_id b...zsloan
2021-03-16Added try/except to convert owner_id to bytes if necessaryzsloan
2021-03-16Fixed encoding in load_json_from_redis to account for the first that column v...zsloan
2021-03-16Fixed encoding to make get_user_groups work properly, since the user IDs for ...zsloan
2021-03-16Removed unnecessary encoding of user_id from authentication_tools.pyzsloan
2021-03-16Removed unnecessary decoding when getting user_id from UserSessionzsloan
2021-03-12Fixed imports in send_forgot_password_email since they apparently needed to b...zsloan
2021-03-07Right-aligned the Mean column for phenotype global searchzsloan
2021-03-07Limited Mean for phenotype global search to 3 decimal placeszsloan
2021-03-04Fixed issue that caused JS to break when trait description contains a newline...zsloan
2021-03-03Checked if pre_publication_description is NULL, because there was an error re...zsloan
2021-02-23Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-02-23This should fix the issue with Haplotype Analyst sample names/values not bein...zsloan
2021-02-19Fixed test_gen_menu to reflect updated queryzsloan
2021-02-19Fixed TestCheckResourceAvailability to make it work after realizing that Redi...zsloan
2021-02-19Fixed test_run_mapping.py to make export_mapping_results test work correctlyzsloan
2021-02-19Patched utility.authentication_tools.g as TestUserSession because otherwise t...zsloan
2021-02-18Increased sample table width added for each case attribute. At some point thi...zsloan
2021-02-18Committing changes that added some fields to mapping export - one of the test...zsloan
2021-02-18Convert user ID to stringzsloan
2021-02-18Remove the deocde since it was throwing an errorzsloan