aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2021-11-17Fix issue where gene global search throws an error due to some traits not hav...zsloan
2021-11-17Fixes gene global search error caused by some genes not having a symbol (not ...zsloan
2021-11-17add generic functio for generating filenameAlexander Kabui
2021-11-17refactor sql query & date formattingAlexander Kabui
2021-11-17update live jupyter notebooksjgart
2021-11-17update jupyter notebook link namejgart
2021-11-17pep8 formatting;delete remove redis dependencyAlexander Kabui
2021-11-17isolate function to cache new traits metadataAlexander Kabui
2021-11-17isolate function to fetch the traits metadataAlexander Kabui
2021-11-17replace redis fetch for cached timestamp with a queryAlexander Kabui
2021-11-17isolate SQL_URI parse to a functionAlexander Kabui
2021-11-17use a dynamic value for the db_nameAlexander Kabui
2021-11-17temp disable traits metadata cacheAlexander Kabui
2021-11-17temp disable query cachingAlexander Kabui
2021-11-16use comprehension list;fix typoAlexander Kabui
2021-11-16pep8 formatting remove debug statementsAlexander Kabui
2021-11-16init disable fast compute:memory fork issuesAlexander Kabui
2021-11-16test generate new filesAlexander Kabui
2021-11-16refactor:fix on the query :modify cache pointAlexander Kabui
2021-11-15fetch only strains from the primary datasetsAlexander Kabui
2021-11-15test precomppute caching integrationAlexander Kabui
2021-11-15pep8 formatting & fix variable namesAlexander Kabui
2021-11-15refactor function to fetch datasets data for precomputesAlexander Kabui
2021-11-15fix for truncating filesAlexander Kabui
2021-11-12This change prevents an error caused by trying to export mapping results for ...zsloan
2021-11-12Merge pull request #626 from Alexanderlacuna/bugfix/nonetype-trait-symbol-fixAlexander Kabui
2021-11-12bugfix:cases where trait symbol is noneAlexander Kabui
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