about summary refs log tree commit diff
AgeCommit message (Expand)Author
2025-07-07feat: Add decorator to act as a fallback for anonymous users.Alexander_Kabui
2025-07-07refactor: Replace cache query with user query if results in db.Alexander_Kabui
2025-07-07feat: Add function to clean up query before dumping to db.Alexander_Kabui
2025-07-07feat: Expand previous query search window from 1 to 21 daysAlexander_Kabui
2025-06-17Fix pylint issues in db/sample_data.pyzsloan
2025-06-17Include n_cases in batch update querieszsloan
2025-06-17Add Batch Update code to GN3zsloan
2025-06-17Change sample_data fetch functions so they can use different inputszsloan
2025-06-17Add function for retrieving group_id given group_namezsloan
2025-04-30Revert commit dd9ef90ee89e5c075acbd5ef63cb89518e726ca3.Alexander_Kabui
2025-04-30refactor: For genetic probabilites use cores 0 to use allAlexander_Kabui
2025-04-30Disable log-in for wiki edits.Munyoki Kilyungi
2025-04-25Handle null species in wiki comment queryMunyoki Kilyungi
2025-04-25Return a zero when the species is unspecified.Munyoki Kilyungi
2025-04-25Skip adding a species to RDF when the species is unspecified.Munyoki Kilyungi
2025-04-24Add "**kwargs" to delete_wiki to make @require_token to work.Munyoki Kilyungi
2025-04-24Remove early return in delete_wiki to complete query execution.Munyoki Kilyungi
2025-04-22Fix pylint errors.Munyoki Kilyungi
2025-04-22Implement delete_wiki API endpoint.Munyoki Kilyungi
2025-04-22Add function to delete wiki entries by wiki_id.Munyoki Kilyungi
2025-04-22Add test case for deleting wiki data.Munyoki Kilyungi
2025-04-22Correctly ignore broad-expection-raised exceptions.Munyoki Kilyungi
2025-04-22Autopep-8 file.Munyoki Kilyungi
2025-04-22sheepdog/worker.py: Fix logging-fstring-interpolation warning.Munyoki Kilyungi
2025-04-22Auto-pep8 files.Munyoki Kilyungi
2025-04-22Reduce arguments in run_async_cmd by using options dictionary.Munyoki Kilyungi
2025-04-14Include effect mean/SE for 4-way crosses in R/qtl resultszsloan
2025-04-09Initialise the sheepdog package to ensure the worker gets installed.Frederick Muriuki Muriithi
2025-04-08Fix failing test.Frederick Muriuki Muriithi
2025-04-08Pass application log-level to the worker.Frederick Muriuki Muriithi
2025-04-08Use computed job queue to avoid collisions.Frederick Muriuki Muriithi
2025-04-08Add a function to compute the job queue from the settings.Frederick Muriuki Muriithi
2025-04-08APPLICATION_ENVIRONMENT: New configuration variableFrederick Muriuki Muriithi
2025-04-08Add logging to worker.Frederick Muriuki Muriithi
2025-04-08sheepdog.worker: Pass in the queue name on the CLIFrederick Muriuki Muriithi
2025-04-08BUG: Provide a tuple, of tuple of floatsFrederick Muriuki Muriithi
2025-04-08Use correct key.Frederick Muriuki Muriithi
2025-04-08Indent code properly.Frederick Muriuki Muriithi
2025-04-08refactor: Explicity define no of cores for rqtl2 computation.Alexander_Kabui
2025-04-08feat: Append GN3 computation completion marker to log file.Alexander_Kabui
2025-04-08fix: Pylint fix for unused variable.Alexander_Kabui
2025-04-08refactor: Check for geno_tranposed and founder_geno_transposed.Alexander_Kabui
2025-04-07Remove debug logging: current_app.logger requires app context.Frederick Muriuki Muriithi
2025-04-07Log out debug messages separate from active statements.Frederick Muriuki Muriithi
2025-04-07Split the command if its a single, non-json-parseable string.Frederick Muriuki Muriithi
2025-03-27refactor: Temporary disable checking sex covariates in rqtl2.Alexander_Kabui
2025-03-27feat: Check for founder and covar file in rqtl2 metadata.Alexander_Kabui
2025-03-21Use HTTPS for LLM endpoint.Munyoki Kilyungi
2025-03-18Order species by species id.Munyoki Kilyungi
2025-03-07Merge pull request #218 from genenetwork/chores/refactor-qtl2-scriptAlexander Kabui