Age | Commit message (Expand) | Author |
2021-05-26 | wqflask: views: Remove unused imports | BonfaceKilz |
2021-05-26 | wqflask: views: Make imports top-level | BonfaceKilz |
2021-05-26 | templates: edit_trait: Make form functional(add ability to submit) | BonfaceKilz |
2021-05-26 | wqflask: views: Add edit_trait page•••Should add some some authentication logic to this later since it's not
supposed to be accessible to everyone.
| BonfaceKilz |
2021-05-26 | templates: edit_trait: Update edit btn to point to editing endpoint | BonfaceKilz |
2021-05-26 | wqflask: views: Add extra endpoint to display individual trait edit•••* wqflask/wqflask/views.py (show_edit_trait_page): New function/
end-point.
| BonfaceKilz |
2021-05-26 | templates: show_trait_details: Add an "[edit]" button | BonfaceKilz |
2021-05-26 | tests: test_gen_menu: Remove get_species | BonfaceKilz |
2021-05-26 | api: gen_menu: Replace get_species with get_all_species from gn3•••* wqflask/wqflask/api/gen_menu.py (gen_dropdown_json): Use new
`get_all_species` function.
(get_species): Remove it.
| BonfaceKilz |
2021-05-26 | db: webqtlDatabaseFunction: Remove comment | BonfaceKilz |
2021-05-26 | db: webqtlDatabaseFunction: Remove logger info | BonfaceKilz |
2021-05-26 | wqflask: database: Replace one-line function with it's body•••* wqflask/wqflask/database.py (init_db): Remove it.
| BonfaceKilz |
2021-05-26 | templates: edit_trait: Add form for editing a dataset (WIP) | BonfaceKilz |
2021-05-18 | Last commit failed to correctly change Y-axis position; this should fix that | zsloan |
2021-05-18 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-05-18 | Fixed issue that caused the sample values in the Haplotype Analyst to be off ... | zsloan |
2021-05-17 | handle None for tissue input data | Alexander Kabui |
2021-05-14 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-05-14 | Changed logic in SampleList to set num_cases_exists to False if all existing ... | zsloan |
2021-05-14 | Changed logic in has_num_cases to ignore N=1 | zsloan |
2021-05-13 | pep8 formatting & delete comments | Alexander Kabui |
2021-05-13 | integrate comute corr for top results in ui | Alexander Kabui |
2021-05-13 | add dataset and trait-name in ui template | Alexander Kabui |
2021-05-13 | Fix load_phenotypes to run with GN2 latest | Arthur Centeno |
2021-05-12 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-05-12 | Remove maxlength from value/SE input fields and base the width off of the max... | zsloan |
2021-05-12 | Get max digits for each sample group's vals and create a function for getting... | zsloan |
2021-05-11 | Merge pull request #563 from Alexanderlacuna/feature/integrate-correlation-api•••Feature/integrate correlation api | BonfaceKilz |
2021-05-11 | replace font-awesome | Alexander Kabui |
2021-05-11 | replace datatable scroller cdn | Alexander Kabui |
2021-05-11 | replace datatable scroller | Alexander Kabui |
2021-05-11 | modify js & add button for test correlation | Alexander Kabui |
2021-05-10 | Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing | zsloan |
2021-05-10 | Change loading.html to write genotype filename even when there was no selecti... | zsloan |
2021-05-10 | fix f string typo | uditgulati |
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 | 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 |