Age | Commit message (Expand) | Author |
2022-01-05 | Display correct message on the # of edits | BonfaceKilz |
2022-01-05 | Insert data to db by checking the tracked deletions, mods, or adds...Prior to this, we only checked for the json files with contained the
modifications. However, in the case of double deletions, and double
inserts, the data would have been stored in the db anyway; which is a
false representation of changes.
| BonfaceKilz |
2022-01-05 | Check for any double-inserts or double-deletions...Track any double-inserts or double-deletions
| BonfaceKilz |
2022-01-05 | Remove pudb debug statements | BonfaceKilz |
2022-01-05 | metadata_edits: Return early if uploaded csv has not been edited | BonfaceKilz |
2022-01-05 | display_diffs: Remove in-line styling from "pre" tag | BonfaceKilz |
2022-01-05 | Remove pudb line | BonfaceKilz |
2022-01-05 | display_diffs: Use datatables for every table | BonfaceKilz |
2022-01-05 | Make "Files for approval:" text a "h2" | BonfaceKilz |
2022-01-05 | Add interface for displaying diffs in a html page | BonfaceKilz |
2022-01-05 | Use datatables to display approved and rejected files | BonfaceKilz |
2022-01-03 | Added something that should work as a 'universal' solution for decoding trait... | zsloan |
2022-01-03 | Fixed wrong logic for checking for null or empty string trait descriptions in... | zsloan |
2021-12-23 | If phenotype metadata is cached, authenticate for those traits (otherwise aut... | zsloan |
2021-12-23 | Set new_traits_metadata so caching is used (previously was always an empty dict) | zsloan |
2021-12-20 | This should fix ProbeSet trait descriptions in the search results, which prev... | zsloan |
2021-12-17 | Some updates to the DOL genotypes conversion script | zsloan |
2021-12-15 | Edited html for index page | zsloan |
2021-12-14 | Removed min-width from container div, since it seems to have preventd horizon... | zsloan |
2021-12-14 | Includes dataset name when creating SimpleNamespace dataset_ob, since it's ne... | zsloan |
2021-12-13 | Fixes issue that caused LRS searches that specify position to not work proper... | zsloan |
2021-12-13 | pep8 formatting | Alexander Kabui |
2021-12-13 | modify endpoint for test wgcna | Alexander Kabui |
2021-12-13 | modify template to show error generated | Alexander Kabui |
2021-12-13 | handle connection error & other exceptions | Alexander Kabui |
2021-12-13 | parse powers to use from form data | Alexander Kabui |
2021-12-13 | add new endpoint:for test gn3 wgcna | Alexander Kabui |
2021-12-07 | Made some changes to the index page HTML | Arthur Centeno |
2021-12-03 | Add mapping_scale to mapping_results.html forum inputs | zsloan |
2021-12-03 | Properly set start position for cM mapping, to prevent overflow + remove some... | zsloan |
2021-12-03 | Make sure mapping_scale is always physic when using GEMMA | zsloan |
2021-12-03 | Prevent points prior to the X axis from being displayed in mapping figure whe... | zsloan |
2021-12-02 | Gave the twitter feed div a background color to make it more visually distinc... | zsloan |
2021-12-02 | Moved the UIkit CSS from base.html to index_page.html (btw Arthur, never add ... | zsloan |
2021-12-02 | Removed colons from Links headers and removed margin-bottom for H2 elements | zsloan |
2021-12-02 | Made Affiliates a subcategory of Links | zsloan |
2021-12-02 | Changed index pagee HTML to be more consistent, adding indentation, removed c... | zsloan |
2021-12-02 | Increased min-width for showtrait-main-div to prevent mapping description tex... | zsloan |
2021-12-02 | Increased mid-width for container element for mapping figure to prevent it fr... | zsloan |
2021-12-01 | Figure out that we are using the wrong db_webqtl_s! | Pjotr Prins |
2021-12-01 | Introduce GN3_PYTHONPATH environment variable | Pjotr Prins |
2021-11-27 | display_files.html: Place "approved" before "rejected" section | BonfaceKilz |
2021-11-25 | wqflask: metadata_edits: Support deletions and insertions from csv | BonfaceKilz |
2021-11-25 | Remove useless comment | BonfaceKilz |
2021-11-25 | Delete noisy logging | BonfaceKilz |
2021-11-24 | Merge pull request #624 from Alexanderlacuna/feature/correlation-optimization2...Feature/correlation optimization2 | BonfaceKilz |
2021-11-23 | wqflask: metadata_edits: Sort files from most recent | BonfaceKilz |
2021-11-23 | wqflask: metadata_edits: Remove "\n\n" check with something else...In excel, "\n\n" is replaced with ",,,," and this leads to a value
error.
| BonfaceKilz |
2021-11-23 | wqflask: views: Make error messages properly formatted | BonfaceKilz |
2021-11-23 | fix for overwriting file | Alexander Kabui |