Age | Commit message (Expand) | Author |
2022-02-09 | minor bug fixes | Alexander Kabui |
2022-02-09 | process significant table results | Alexander Kabui |
2022-02-09 | delete class initiliazation object | Alexander Kabui |
2022-02-09 | minor refactoring | Alexander Kabui |
2022-02-09 | pep8 formatting | Alexander Kabui |
2022-02-09 | fetch pheno input data | Alexander Kabui |
2022-02-09 | parse geno input data | Alexander Kabui |
2022-02-09 | parse input data | Alexander Kabui |
2022-02-09 | init py file:call gn3 ctl api | Alexander Kabui |
2022-02-09 | add ui template for ctl | Alexander Kabui |
2022-02-07 | Double quote shell variables to prevent globbing and word splitting | Frederick Muriuki Muriithi |
2022-02-07 | Add 'api' to root of partial correlations URL | Frederick Muriuki Muriithi |
2022-02-05 | Update live jupyter notebooks | jgart |
2022-02-02 | Add covarstruct for rqtl mapping | zsloan |
2022-01-31 | wqflask: Use a more semantic name when downloading samples | BonfaceKilz |
2022-01-29 | Fix bug: rho/r not set appropriately | Frederick Muriuki Muriithi |
2022-01-29 | Include the "Locus" in the display | Frederick Muriuki Muriithi |
2022-01-29 | Provide missing argument | Frederick Muriuki Muriithi |
2022-01-29 | Fix check for non-existent values | Frederick Muriuki Muriithi |
2022-01-29 | Hide template row instead of deleting it | Frederick Muriuki Muriithi |
2022-01-29 | Add more items to trait string | Frederick Muriuki Muriithi |
2022-01-29 | Update styling: Display traits in a tabular-like form | Frederick Muriuki Muriithi |
2022-01-29 | Include template to get rid of repetitive template code | Frederick Muriuki Muriithi |
2022-01-29 | Display results for Geno and ProbeSet tables | Frederick Muriuki Muriithi |
2022-01-29 | Improve UI elements | Frederick Muriuki Muriithi |
2022-01-29 | Format numbers for display | Frederick Muriuki Muriithi |
2022-01-29 | Display data for "Publish" datasets | Frederick Muriuki Muriithi |
2022-01-29 | Add templates for the results tables | Frederick Muriuki Muriithi |
2022-01-29 | Add elements to display results. Provide PoC JS | Frederick Muriuki Muriithi |
2022-01-29 | Use list rather than tuple | Frederick Muriuki Muriithi |
2022-01-29 | Skip the target traits selection step | Frederick Muriuki Muriithi |
2022-01-29 | Implement better styling | Frederick Muriuki Muriithi |
2022-01-29 | Automate setting of the development GN3 repo | Frederick Muriuki Muriithi |
2022-01-29 | Add "Partial Correlations" UI elements on collections page | Frederick Muriuki Muriithi |
2022-01-28 | Update PYTHONPATH | zsloan |
2022-01-28 | Revert 'bin: Set shebang to sh instead of bash' | zsloan |
2022-01-28 | Revert "bin: Set GN2_PROFILE from GUIX_ENVIRONMENT." | Arun Isaac |
2022-01-28 | Revert "bin: Do not set environment variables set by guix shell." | Arun Isaac |
2022-01-28 | Revert "README: Document `guix shell' development process." | Arun Isaac |
2022-01-27 | Highlight rows selected by filterByIndex | zsloan |
2022-01-27 | Changed var to let | zsloan |
2022-01-27 | Removed unused variables code | zsloan |
2022-01-27 | Added the div for showing the error when the Select Rows text has wrong syntax | zsloan |
2022-01-27 | Replaced the try/catch with something checking for the correct pattern with r... | zsloan |
2022-01-27 | Added a comment explaining what the parseIndexString function does | zsloan |
2022-01-27 | Replaced a confusing for loop with something that is (hopefully) easier to re... | zsloan |
2022-01-27 | Changed functions in search_results.js to be camelCased, except for change_bu... | zsloan |
2022-01-27 | Removed unnecessary variable from for-loop in parse_index_string | zsloan |
2022-01-27 | Changed the placeholder text for the table search to Search For | zsloan |
2022-01-27 | Added some JS disabling form submission on hitting Enter, so that users can h... | zsloan |