index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn3
/
commands.py
Age
Commit message (
Expand
)
Author
2023-04-06
Remove deprecated `gn3.db_utils.database_connector` function
Frederick Muriuki Muriithi
2022-12-21
gn3: (gn3.random -> gn3.chancy): Rename module to avoid conflicts.
Frederick Muriuki Muriithi
2022-07-28
Add command to run the sample correlations in an external process
Frederick Muriuki Muriithi
2022-06-28
Parse the method from UI before passing it to external process
Frederick Muriuki Muriithi
2022-06-20
Restrict partial correlation method choices
Frederick Muriuki Muriithi
2022-05-31
Remove unnecessary statement
Frederick Muriuki Muriithi
2022-05-24
Run partial correlations with external script
Frederick Muriuki Muriithi
2022-05-21
Fix linting errors
Frederick Muriuki Muriithi
2022-05-16
Run computation in one-shot asynchronous process
Frederick Muriuki Muriithi
2022-03-11
Fix some linting issues
Frederick Muriuki Muriithi
2022-03-08
Fix tests, and issues caught by tests
Frederick Muriuki Muriithi
2022-03-03
Run partial correlations in an external process
Frederick Muriuki Muriithi
2021-06-29
Replace list with a tuple as an argument when setting success_codes
BonfaceKilz
2021-06-29
gn3: commands: Add extra arg that sets the success codes to check
BonfaceKilz
2021-06-25
Check for the correct result code
BonfaceKilz
2021-06-18
Fix R/qtl command and the way keyword arguments are passed
zsloan
2021-05-18
Removed len from this if statement, since an empty list evaluates to False by...
zsloan
2021-05-18
Account for boolean kwargs in compose_rqtl_cmd
zsloan
2021-05-17
Created compose_rqtl_command and generate_rqtl_command to create the actual c...
zsloan
2021-03-10
Queue the command only once
BonfaceKilz
2021-03-10
Call Redis hset correctly in the right order
BonfaceKilz
2021-03-10
Apply yapf file formatting to file
BonfaceKilz
2021-03-08
bug: Put a space between gemma-wrapper args
BonfaceKilz
2021-03-08
gn3: commands: Update docstring
BonfaceKilz
2021-03-08
Make the name of the redis job queue configurable
BonfaceKilz
2021-02-24
gn3: commands: Remove token and metadata_filename args
BonfaceKilz
2021-02-16
Add extra option to set email when queueing CMD
BonfaceKilz
2021-02-16
gn3: commands: Add new procedure for running a command
BonfaceKilz
2021-02-12
Add new procedure for queueing a command
BonfaceKilz
2021-02-12
Add new procedure for composing a gemma cmd
BonfaceKilz