aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Collapse)Author
2021-10-22Add NSF awardPjotr Prins
2021-10-22Updated funding and creditsPjotr Prins
2021-10-22Possible fix for the weird inconsistent correlation key error for strain ↵zsloan
BXD073bxBXD077F1
2021-10-19Fixes issue with the bytes encoding being included in the string for ↵zsloan
ProbeSet trait descriptions on the search result page
2021-10-19Fixed some errors/logic for search results related to how the name/display ↵zsloan
name was being set
2021-10-19Fixed bug where the record ID for ProbeSet traits wasn't being pulled from ↵zsloan
the correct position in the query results
2021-10-19Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-10-19Fixed heatmap URL in view_collectionzsloan
2021-10-18Fixed the way group code was used when setting phenotype trait display name ↵zsloan
+ prevent encoding error with try/except
2021-10-18Changed table width to 100% for non-Geno datasets, since it can always be ↵zsloan
manually resized
2021-10-18Replace this_trait.dataset.type with just self.dataset.typezsloan
2021-10-18Merge branch 'testing' of github.com:genenetwork/genenetwork2 into ↵zsloan
feature/remove_trait_creation_from_search
2021-10-18Merge pull request #562 from zsloan/feature/add_resizeable_columnszsloan
Add Resizeable Table Columns
2021-10-14Merge pull request #605 from genenetwork/clustered_heatmapsBonfaceKilz
Clustered heatmaps
2021-10-14Merge pull request #607 from Alexanderlacuna/feature/integrate-gn3-wgcnaBonfaceKilz
test template for gn3 wgcna
2021-10-13Fix issue where score_type being set wrong caused an error when exporting ↵zsloan
mapping results (a while back it was changed from LOD to -logP)
2021-10-13Update the action button textFrederick Muriuki Muriithi
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/non-clustered-heatmaps-and-flipping.gmi * Update the action button text to more closely correspond to the action that the button triggers.
2021-10-13resolve merge conflictAlexander Kabui
2021-10-13disable heatmap imageAlexander Kabui
2021-10-12Merge branch 'testing' into feature/add_resizeable_columnszsloan
2021-10-12Fixed export_mapping_results test in test_run_mapping.pyzsloan
2021-10-12Merge branch 'testing' of github.com:genenetwork/genenetwork2 into ↵Frederick Muriuki Muriithi
clustered_heatmaps
2021-10-10replace form input with select optionsAlexander Kabui
2021-10-10remove commented code and debug statementsAlexander Kabui
2021-10-10ui:show phenotypes pageAlexander Kabui
2021-10-10minor fixes for uiAlexander Kabui
2021-10-10modifications for wgcna form pageAlexander Kabui
2021-10-10enable wgcna in gn2 toolbarAlexander Kabui
2021-10-10pep8 formatting && remove unused functionsAlexander Kabui
2021-10-10call run_wgcna in views && render test templateAlexander Kabui
2021-10-10pep8 formatting fix for parsing response dataAlexander Kabui
2021-10-09add function to call wgcna apiAlexander Kabui
2021-10-09add function to process trait sample dataAlexander Kabui
2021-10-09function to fetch trait dataAlexander Kabui
2021-10-09add function to process image dataAlexander Kabui
2021-10-09unittest for processing wgcna outputAlexander Kabui
2021-10-09add function to process gn3 wgcna outputAlexander Kabui
2021-10-08Fixed some issues with scale and score_type in mapping export + include ↵zsloan
mapping method in export filename
2021-10-08Fix issue where outliers weren't being highlighted for rows drawn by ↵zsloan
Scroller (so all rows beyond a certain point)
2021-10-06Merge branch 'testing' of github.com:genenetwork/genenetwork2 into ↵Frederick Muriuki Muriithi
clustered_heatmaps
2021-10-06display imagesAlexander Kabui
2021-10-06Enable selection of heatmap orientationFrederick Muriuki Muriithi
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/non-clustered-heatmaps-and-flipping.gmi * Provide the user with the UI elements to enable them select the orientation of the heatmap that will be produced.
2021-10-06tests: test_run_mapping: Add missing "name" attribute to testsBonfaceKilz
2021-10-06tests: test_run_mapping: Add missing callsBonfaceKilz
After adding the missing attribute to "self.trait", we need to also need to update some missing calls.
2021-10-06tests: test_run_mapping: Fix failing assert when getting perm strataBonfaceKilz
2021-10-06tests: test_run_mapping: Add missing attribute to "self.trait"BonfaceKilz
2021-10-06tests: test_run_mapping: Add missing positional argument "vals_hash"BonfaceKilz
2021-10-06add datatable for eigengenesAlexander Kabui
2021-10-05Merge branch 'testing' into feature/add_resizeable_columnszsloan
2021-10-05code format for wgcna results fileAlexander Kabui