aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
chores/code-refactoringcode cleanupAlexander_Kabui23 months
chores/lmdb-integrationwrite files to TMPDIRAlexander_Kabui21 months
chores/script-textfile-generatormodify alloaction sizeAlexander_Kabui21 months
decouple_tools_and_wqflask_appFetch configs from app object not modulesFrederick Muriuki Muriithi20 months
hook-up-auth-to-traits-pageIntegrate OAuth2 auth with GN2 UIFrederick Muriuki Muriithi21 months
lmdb-code/refactoringcode refactoringAlexander_Kabui20 months
oauth2-migrate-user-details-and-dataoauth2: Migrate user details and dataFrederick Muriuki Muriithi23 months
refactor-configurationsRestore `(before/after)_request` functions to original module.Frederick Muriuki Muriithi20 months
rework-genotype-linkingRework Genotype linkingFrederick Muriuki Muriithi21 months
testingfix: failing tests due to changes in geno_db_existsJohn Nduli3 months
[...]
 
TagDownloadAuthorAge
v2.0genenetwork2-2.0.tar.gz  Pjotr Prins9 years
 
AgeCommit messageAuthor
2022-01-25use binderlite api to get jupyter notebooks dynamicallynotebooks_apijgart
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
[...]