aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Collapse)Author
2021-11-17temp disable query cachingAlexander Kabui
2021-11-12This change prevents an error caused by trying to export mapping results for ↵zsloan
a ProbeSet trait when there is no gene symbol
2021-11-12Merge pull request #626 from Alexanderlacuna/bugfix/nonetype-trait-symbol-fixAlexander Kabui
bugfix:cases where trait symbol is none
2021-11-12bugfix:cases where trait symbol is noneAlexander Kabui
2021-11-12Change the max results to display depending upon data type, since ProbeSet ↵zsloan
results can be displayed in larger numbers more easily
2021-11-12Added check for too_many_results before writing the table JSzsloan
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-09Merge pull request #623 from zsloan/bug/temp_trait_fixzsloan
Fixed error mistakenly introduced by the last commit
2021-11-09Fixed error mistakenly introduced by the last commitzsloan
2021-11-09Merge pull request #622 from zsloan/bug/temp_trait_fixzsloan
Temporary fix to get temp trait submission working again; maybe shoul…
2021-11-09Temporary fix to get temp trait submission working again; maybe should be ↵zsloan
dealt with in GN3 in some way
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 errorsBonfaceKilz
* wqflask/wqflask/__init__.py: when registering a URL, the url_prefix should begin with a trailing slash. * wqflask/wqflask/jupyter_notebooks.py: fix imports.
2021-11-08Hook up new UI page to the main menuFrederick Muriuki Muriithi
* Hook up the new Jupyter Notebooks UI to the main menu
2021-11-08Build UI for Jupyter Notebooks LauncherFrederick Muriuki Muriithi
* Build a HTML UI for the Jupyter Notebooks Launcher feature that fits in, aesthetically, with that of the whole GeneNetwork look and feel.
2021-11-05Add template for displaying changed dataBonfaceKilz
2021-11-04Removes unused importjgart
2021-11-04Use the correct dataset_id in sql queryBonfaceKilz
2021-11-04Remove variables that are only used onceBonfaceKilz
2021-11-04Delete obsolete template filesBonfaceKilz
2021-11-04Move "*/diffs/*" to metadata_edits moduleBonfaceKilz
2021-11-04Sort import according to pep-8 specBonfaceKilz
2021-11-04use gn3 importsBonfaceKilz
2021-11-04Remove "author" from file name when storing csvBonfaceKilz
2021-11-04Move authentication logic to gn3BonfaceKilz
2021-11-04metadata_edits.py: Embed resource-id in a given file-name csvBonfaceKilz
2021-11-04edit_phenotype.html: Update endpoint for downloading csvBonfaceKilz