aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27Increased the width of the location columns a bit, since they were being push...zsloan
2022-01-27Replaced the info icon in the Peak LOD and Effect Size columns with a supersc...zsloan
2022-01-27Fix issue where Geno query was fetching from the chr_num column instead of th...zsloan
2022-01-27Increase Y of search result table to 1000px so more rows are visible without ...zsloan
2022-01-27This fixes an issue where you couldn't select more than 150-200 rows when sub...zsloan
2022-01-27Fix 'Bad substitution' issue...In posix shell, string indexing is undefined. This commit replaces the string indexing with a more portable implementation. Frederick Muriuki Muriithi
2022-01-26update live jupyter notebooks...Removed bonface's notebook until seaborn gets fixed. jgart
2022-01-26wqflask: Ignore diffs with |ε| < 0.001...* wqflask/wqflask/metadata_edits.py (update_phenotype): Filter out values with |ε| < 0.001 when generating the diff file. BonfaceKilz
2022-01-26user_login: Remove noisy debug statementBonfaceKilz
2022-01-25guix.scm: Inherit package from genenetwork2, not genenetwork3....The package definition was likely copied from the genenetwork3 repo resulting in this error. * guix.scm: Inherit package from genenetwork2, not genenetwork3. Arun Isaac
2022-01-17update saunak's live jupyter notebookjgart
2022-01-17update live jupyter notebooksjgart
2022-01-11Removed the deferRender setting, since it appears to revent DataTables API fr...zsloan
2022-01-06README: Document `guix shell' development process....* README.md: Clean up and document `guix shell' development process. Arun Isaac
2022-01-06guix.scm: Add guix.scm....* guix.scm: New file. Arun Isaac
2022-01-06README: Fix typo....* README.md: Change clinians to clinicians. Arun Isaac
2022-01-06bin: Stop execution on error....* bin/genenetwork2: Pass -e flag to sh. Arun Isaac
2022-01-06bin: Set shebang to sh instead of bash..../bin/sh is present on Guix System and other distros while /bin/bash is present only on other distros. * bin/genenetwork2: Set shebang to sh instead of bash. Arun Isaac
2022-01-06bin: Do not set environment variables set by guix shell....The Guix python package accepts GUIX_PYTHONPATH instead of PYTHONPATH. `guix shell' sets GI_TYPELIB_PATH, GIO_EXTRA_MODULES, GUIX_GTK3_PATH, GUIX_PYTHONPATH, PATH, R_LIB_SITE and XDG_DATA_DIRS when necessary. There is no need to set these environment variables explicitly. * bin/genenetwork2: Do not set GI_TYPELIB_PATH, GIO_EXTRA_MODULES, GUIX_GTK3_PATH, PATH, PYTHONPATH, R_LIBS_SITE and XDG_DATA_DIRS. * README.md [Development]: Remove paragraph on injecting python modules locally. Arun Isaac
2022-01-06bin: Set GN2_PROFILE from GUIX_ENVIRONMENT....`guix shell' sets the profile path in an environment variable---GUIX_ENVIRONMENT. There is no need to pass it explicity as an input in GN2_PROFILE. * README.md: Remove all references to GN2_PROFILE. * bin/genenetwork2: Set GN2_PROFILE from GUIX_ENVIRONMENT. Do not check the value of GN2_PROFILE now that it is set automatically. Remove all references to GN2_PROFILE in example invocations. Arun Isaac
2022-01-05metadata_edits.py: Remove duplicate importsBonfaceKilz
2022-01-05Display correct message on the # of editsBonfaceKilz
2022-01-05Insert 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-05Check for any double-inserts or double-deletions...Track any double-inserts or double-deletions BonfaceKilz
2022-01-05Remove pudb debug statementsBonfaceKilz
2022-01-05metadata_edits: Return early if uploaded csv has not been editedBonfaceKilz
2022-01-05display_diffs: Remove in-line styling from "pre" tagBonfaceKilz
2022-01-05Remove pudb lineBonfaceKilz
2022-01-05display_diffs: Use datatables for every tableBonfaceKilz
2022-01-05Make "Files for approval:" text a "h2"BonfaceKilz
2022-01-05Add interface for displaying diffs in a html pageBonfaceKilz
2022-01-05Use datatables to display approved and rejected filesBonfaceKilz
2022-01-03Added something that should work as a 'universal' solution for decoding trait...zsloan
2022-01-03Fixed wrong logic for checking for null or empty string trait descriptions in...zsloan
2021-12-23If phenotype metadata is cached, authenticate for those traits (otherwise aut...zsloan
2021-12-23Set new_traits_metadata so caching is used (previously was always an empty dict)zsloan
2021-12-20This should fix ProbeSet trait descriptions in the search results, which prev...zsloan
2021-12-17Some updates to the DOL genotypes conversion scriptzsloan
2021-12-15Edited html for index pagezsloan
2021-12-14Removed min-width from container div, since it seems to have preventd horizon...zsloan
2021-12-14Includes dataset name when creating SimpleNamespace dataset_ob, since it's ne...zsloan
2021-12-13Fixes issue that caused LRS searches that specify position to not work proper...zsloan
2021-12-13pep8 formattingAlexander Kabui
2021-12-13modify endpoint for test wgcnaAlexander Kabui
2021-12-13modify template to show error generatedAlexander Kabui
2021-12-13handle connection error & other exceptionsAlexander Kabui
2021-12-13parse powers to use from form dataAlexander Kabui
2021-12-13add new endpoint:for test gn3 wgcnaAlexander Kabui
2021-12-07Made some changes to the index page HTMLArthur Centeno
2021-12-03Add mapping_scale to mapping_results.html forum inputszsloan