aboutsummaryrefslogtreecommitdiff
path: root/gn3/commands.py
AgeCommit message (Expand)Author
2023-04-06Remove deprecated `gn3.db_utils.database_connector` functionFrederick Muriuki Muriithi
2022-12-21gn3: (gn3.random -> gn3.chancy): Rename module to avoid conflicts.Frederick Muriuki Muriithi
2022-07-28Add command to run the sample correlations in an external processFrederick Muriuki Muriithi
2022-06-28Parse the method from UI before passing it to external processFrederick Muriuki Muriithi
2022-06-20Restrict partial correlation method choicesFrederick Muriuki Muriithi
2022-05-31Remove unnecessary statementFrederick Muriuki Muriithi
2022-05-24Run partial correlations with external scriptFrederick Muriuki Muriithi
2022-05-21Fix linting errorsFrederick Muriuki Muriithi
2022-05-16Run computation in one-shot asynchronous processFrederick Muriuki Muriithi
2022-03-11Fix some linting issuesFrederick Muriuki Muriithi
2022-03-08Fix tests, and issues caught by testsFrederick Muriuki Muriithi
2022-03-03Run partial correlations in an external processFrederick Muriuki Muriithi
2021-06-29Replace list with a tuple as an argument when setting success_codesBonfaceKilz
2021-06-29gn3: commands: Add extra arg that sets the success codes to checkBonfaceKilz
2021-06-25Check for the correct result codeBonfaceKilz
2021-06-18Fix R/qtl command and the way keyword arguments are passedzsloan
2021-05-18Removed len from this if statement, since an empty list evaluates to False by...zsloan
2021-05-18Account for boolean kwargs in compose_rqtl_cmdzsloan
2021-05-17Created compose_rqtl_command and generate_rqtl_command to create the actual c...zsloan
2021-03-10Queue the command only onceBonfaceKilz
2021-03-10Call Redis hset correctly in the right orderBonfaceKilz
2021-03-10Apply yapf file formatting to fileBonfaceKilz
2021-03-08bug: Put a space between gemma-wrapper argsBonfaceKilz
2021-03-08gn3: commands: Update docstringBonfaceKilz
2021-03-08Make the name of the redis job queue configurableBonfaceKilz
2021-02-24gn3: commands: Remove token and metadata_filename argsBonfaceKilz
2021-02-16Add extra option to set email when queueing CMDBonfaceKilz
2021-02-16gn3: commands: Add new procedure for running a commandBonfaceKilz
2021-02-12Add new procedure for queueing a commandBonfaceKilz
2021-02-12Add new procedure for composing a gemma cmdBonfaceKilz