aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-12Merge pull request #626 from Alexanderlacuna/bugfix/nonetype-trait-symbol-fix...bugfix:cases where trait symbol is noneAlexander Kabui
2021-11-12bugfix:cases where trait symbol is noneAlexander Kabui
2021-11-12Merge pull request #625 from zsloan/bug/too_many_results_search_error...Bug/too many results search errorzsloan
2021-11-12Change the max results to display depending upon data type, since ProbeSet re...zsloan
2021-11-12Added check for too_many_results before writing the table JSzsloan
2021-11-11pep8 formatting + minor fixing for writing to filesAlexander Kabui
2021-11-11minor fix for updating dictAlexander Kabui
2021-11-11minor fix for generating file_nameAlexander Kabui
2021-11-11code to cache frequently run probeset correlationAlexander Kabui
2021-11-11fix issue with number for samplesAlexander Kabui
2021-11-11Update links for updating groupsBonfaceKilz
2021-11-11Add new group endpointsBonfaceKilz
2021-11-11view_group.html: Hide checkbox for non-usersBonfaceKilz
2021-11-11view_group.html: Hide the "Change Group Name" button for non-adminsBonfaceKilz
2021-11-11view_group.html: Prepend "Name" before the group nameBonfaceKilz
2021-11-11view_group.html: Display the group's UID if the user is an adminBonfaceKilz
2021-11-11view_group.html: Use GROUP_URL for adding admins and usersBonfaceKilz
2021-11-11view_group.html: Add html indentationBonfaceKilz
2021-11-11view_group.html: Remove redundant bool checkBonfaceKilz
2021-11-11Rename "view_groups" to "display_groups"BonfaceKilz
2021-11-11Update URL for viewing a particular groupBonfaceKilz
2021-11-11Update URL for creating a new groupBonfaceKilz
2021-11-11Update URL for removing groups in templateBonfaceKilz
2021-11-11group_manager.py: Add methods for creating and deleting groupsBonfaceKilz
2021-11-11Remove empty JavaScript script-blockBonfaceKilz
2021-11-11Replace "var" with "let"BonfaceKilz
2021-11-11Update "create_group" endpoint in templateBonfaceKilz
2021-11-11Register "group_management" blueprintBonfaceKilz
2021-11-11Delete all methods in group_manager.pyBonfaceKilz
2021-11-11Apply pep-8 to fileBonfaceKilz
2021-11-11init test for precomputing sample correlationAlexander Kabui
2021-11-11add fast compute from gn3Alexander Kabui
2021-11-10add compute gifAlexander Kabui
2021-11-10rename:loading correlation results to computing correlationsAlexander Kabui
2021-11-09Merge pull request #623 from zsloan/bug/temp_trait_fix...Fixed error mistakenly introduced by the last commitzsloan
2021-11-09Fixed error mistakenly introduced by the last commitzsloan
2021-11-09Merge pull request #622 from zsloan/bug/temp_trait_fix...Temporary fix to get temp trait submission working again; maybe shoul…zsloan
2021-11-09Temporary fix to get temp trait submission working again; maybe should be dea...zsloan
2021-11-08Merge pull request #620 from genenetwork/jupyter_notebooks_ui...Jupyter notebooks UIzsloan
2021-11-08Add some paddingjupyter_notebooks_uiFrederick Muriuki Muriithi
2021-11-08Fix styling of divsFrederick Muriuki Muriithi
2021-11-08Fix syntax errorFrederick Muriuki Muriithi
2021-11-08Add some styling for the Jupyter linksFrederick Muriuki Muriithi
2021-11-08Fix URLFrederick Muriuki Muriithi
2021-11-08Fix runtime errors...* wqflask/wqflask/__init__.py: when registering a URL, the url_prefix should begin with a trailing slash. * wqflask/wqflask/jupyter_notebooks.py: fix imports. BonfaceKilz
2021-11-08Hook up new UI page to the main menu...* Hook up the new Jupyter Notebooks UI to the main menu Frederick Muriuki Muriithi
2021-11-08Build UI for Jupyter Notebooks Launcher...* Build a HTML UI for the Jupyter Notebooks Launcher feature that fits in, aesthetically, with that of the whole GeneNetwork look and feel. Frederick Muriuki Muriithi
2021-11-05Add created_timestamp when creating a new groupBonfaceKilz
2021-11-05Add created_timestamp when creating a new groupBonfaceKilz
2021-11-05Use members uuidBonfaceKilz