Age | Commit message (Expand) | Author |
2021-11-16 | Merge pull request #632 from Alexanderlacuna/tempfix/disable_caching...Tempfix for reading from cache | zsloan |
2021-11-17 | temp disable traits metadata cache | Alexander Kabui |
2021-11-17 | temp disable query caching | Alexander Kabui |
2021-11-16 | use comprehension list;fix typo | Alexander Kabui |
2021-11-16 | pep8 formatting remove debug statements | Alexander Kabui |
2021-11-16 | init disable fast compute:memory fork issues | Alexander Kabui |
2021-11-16 | test generate new files | Alexander Kabui |
2021-11-16 | refactor:fix on the query :modify cache point | Alexander Kabui |
2021-11-15 | fetch only strains from the primary datasets | Alexander Kabui |
2021-11-15 | test precomppute caching integration | Alexander Kabui |
2021-11-15 | pep8 formatting & fix variable names | Alexander Kabui |
2021-11-15 | refactor function to fetch datasets data for precomputes | Alexander Kabui |
2021-11-15 | fix for truncating files | Alexander Kabui |
2021-11-12 | Merge pull request #627 from zsloan/bug/fix_gene_symbol_mapping_error...Fix mapping export error when trait symbols is None | zsloan |
2021-11-12 | This change prevents an error caused by trying to export mapping results for ... | zsloan |
2021-11-12 | Merge pull request #626 from Alexanderlacuna/bugfix/nonetype-trait-symbol-fix...bugfix:cases where trait symbol is none | Alexander Kabui |
2021-11-12 | bugfix:cases where trait symbol is none | Alexander Kabui |
2021-11-12 | Merge pull request #625 from zsloan/bug/too_many_results_search_error...Bug/too many results search error | zsloan |
2021-11-12 | Change the max results to display depending upon data type, since ProbeSet re... | zsloan |
2021-11-12 | Added check for too_many_results before writing the table JS | zsloan |
2021-11-11 | pep8 formatting + minor fixing for writing to files | Alexander Kabui |
2021-11-11 | minor fix for updating dict | Alexander Kabui |
2021-11-11 | minor fix for generating file_name | Alexander Kabui |
2021-11-11 | code to cache frequently run probeset correlation | Alexander Kabui |
2021-11-11 | fix issue with number for samples | Alexander Kabui |
2021-11-11 | Update links for updating groups | BonfaceKilz |
2021-11-11 | Add new group endpoints | BonfaceKilz |
2021-11-11 | view_group.html: Hide checkbox for non-users | BonfaceKilz |
2021-11-11 | view_group.html: Hide the "Change Group Name" button for non-admins | BonfaceKilz |
2021-11-11 | view_group.html: Prepend "Name" before the group name | BonfaceKilz |
2021-11-11 | view_group.html: Display the group's UID if the user is an admin | BonfaceKilz |
2021-11-11 | view_group.html: Use GROUP_URL for adding admins and users | BonfaceKilz |
2021-11-11 | view_group.html: Add html indentation | BonfaceKilz |
2021-11-11 | view_group.html: Remove redundant bool check | BonfaceKilz |
2021-11-11 | Rename "view_groups" to "display_groups" | BonfaceKilz |
2021-11-11 | Update URL for viewing a particular group | BonfaceKilz |
2021-11-11 | Update URL for creating a new group | BonfaceKilz |
2021-11-11 | Update URL for removing groups in template | BonfaceKilz |
2021-11-11 | group_manager.py: Add methods for creating and deleting groups | BonfaceKilz |
2021-11-11 | Remove empty JavaScript script-block | BonfaceKilz |
2021-11-11 | Replace "var" with "let" | BonfaceKilz |
2021-11-11 | Update "create_group" endpoint in template | BonfaceKilz |
2021-11-11 | Register "group_management" blueprint | BonfaceKilz |
2021-11-11 | Delete all methods in group_manager.py | BonfaceKilz |
2021-11-11 | Apply pep-8 to file | BonfaceKilz |
2021-11-11 | init test for precomputing sample correlation | Alexander Kabui |
2021-11-11 | add fast compute from gn3 | Alexander Kabui |
2021-11-10 | add compute gif | Alexander Kabui |
2021-11-10 | rename:loading correlation results to computing correlations | Alexander Kabui |
2021-11-09 | Merge pull request #623 from zsloan/bug/temp_trait_fix...Fixed error mistakenly introduced by the last commit | zsloan |