Age | Commit message (Expand) | Author |
2021-05-10 | use f string in gsearch | uditgulati |
2021-05-10 | add ServerSideTable to gsearch geno and pheno tables | uditgulati |
2021-05-10 | move geno chr, mb to gsearch main query for phenotype search | uditgulati |
2021-05-10 | update gsearch pheno search | uditgulati |
2021-05-10 | minor-fix:remove debug statements | Alexander Kabui |
2021-05-10 | Merge branch 'testing' into feature/integrate-correlation-api | Alexander Kabui |
2021-05-10 | use new correlation code in endpoint | Alexander Kabui |
2021-05-10 | minor changes to interface | Alexander Kabui |
2021-05-10 | revert python path | Alexander Kabui |
2021-05-10 | remove debug statements | Alexander Kabui |
2021-05-10 | add previous endpoint for correlation | Alexander Kabui |
2021-05-09 | fix:add lit for trait list | Alexander Kabui |
2021-05-08 | tests: test_gen_menu: Remove app_context initialisation•••This is no longer required since the global object "Flask.g.db" is no
longer coupled to the gen_menu module.
| BonfaceKilz |
2021-05-08 | utility: startup_config: Use python3 f-strings | BonfaceKilz |
2021-05-08 | utility: startup_config: Break up long import statement | BonfaceKilz |
2021-05-08 | utility: startup_config: Remove dead comments | BonfaceKilz |
2021-05-08 | wqflask: Process MySQL URI and store the result in the global scope | BonfaceKilz |
2021-05-08 | api: gen_menu: Inject MySQL conn object and use that for queries | BonfaceKilz |
2021-05-08 | api: router: Inject MySQL object when fetching menu items | BonfaceKilz |
2021-05-08 | tests: test_gen_menu: Update failing tests•••Update tests to use (and mock) the injected MySQL connection object.
| BonfaceKilz |
2021-05-07 | Display cofactors = None on the loading page if there are no cofactors | zsloan |
2021-05-07 | Check if num_bootstrap is in start_vars, since it won't exist for non-qtlreap... | zsloan |
2021-05-07 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-05-07 | Fixed issue that caused /submit_trait page to not load properly | zsloan |
2021-05-07 | Add typing + autopep8 formatting | Alexander Kabui |
2021-05-07 | remove comments prettify html | Alexander Kabui |
2021-05-07 | minor fix | Alexander Kabui |
2021-05-07 | fix tweets width | Alexander Kabui |
2021-05-07 | modify blog list ui | Alexander Kabui |
2021-05-07 | add function for fetching blogs | Alexander Kabui |
2021-05-07 | add template for blogs | Alexander Kabui |
2021-05-07 | add blogs blueprint | Alexander Kabui |
2021-05-06 | Forgot to add brackets around list comprehension, so added them | zsloan |
2021-05-06 | Merge pull request #565 from zsloan/bug/fix_rqtl_covariates•••Stopped using the scanone function pointer when doing R/qtl mapping, … | zsloan |
2021-05-06 | Used a list comprehension for perm_vals as mentioned in Bonface's comment | zsloan |
2021-05-06 | Merge branch 'testing' into bug/fix_rqtl_covariates | zsloan |
2021-05-06 | Because each permutations value is returned as an array, need to just take th... | zsloan |
2021-05-06 | Fixed vertical position of loading text so that it should be positioned in th... | zsloan |
2021-05-06 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-05-06 | Include group and species in form parameters for mapping results page, so the... | zsloan |
2021-05-06 | Include group/species in form parameters on trait page so they can be display... | zsloan |
2021-05-06 | Changed the way metadata is displayed on the mapping loading page | zsloan |
2021-05-06 | Delete model.py and it's references•••* wqflask/wqflask/database.py (init_db): Remove references to
"wqflask.model"
* wqflask/wqflask/model.py: Delete it.
| BonfaceKilz |
2021-05-06 | wqflask: user_manager: Delete usermanager.py and it's references•••This module is not used anywhere.
| BonfaceKilz |
2021-05-06 | wqflask: database: Remove logging | BonfaceKilz |
2021-05-05 | Added whether GEMMA is using LOCO to mapping loading page | zsloan |
2021-05-05 | Added genotype file to mapping loading page | zsloan |
2021-05-05 | Removed an unused item from mapping_input_list | zsloan |
2021-05-05 | Added a number of new metadata items to the mapping loading page, such as cov... | zsloan |
2021-05-05 | Added mapping download button above the results table | zsloan |