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
/
api
/
rqtl.py
Age
Commit message (
Expand
)
Author
2024-07-08
Pass output directory to R/qtl script instead of pulling it from the
zsloan
2022-03-22
Fixes pylint errors
zsloan
2022-03-22
Fix issue that causes R/qtl to always run pair-scan even if pair-scan isn't s...
zsloan
2022-03-22
Added genofile name to inputs for processing R/qtl pair-scan results, since i...
zsloan
2022-03-22
Fix imports to import both process_rqtl_mapping and process_rqtl_pairscan in ...
zsloan
2022-03-22
Added pairscan boolean kwarg and process_rqtl_pairscan function for reading i...
zsloan
2021-09-03
Add covarstruct as a possible keyword for the rqtl_wrapper.R script (not inte...
zsloan
2021-06-18
Fixed pylint issues
zsloan
2021-06-18
Fixed issue where all bool kwargs were always being passed to generate_rqtl_c...
zsloan
2021-05-25
Include code that processes rqtl output files and returns actual results inst...
zsloan
2021-05-18
Account for boolean kwargs in compute() by storing them in a list, since they...
zsloan
2021-05-18
Fixed variety of issues detected by pylint
zsloan
2021-05-17
Read in kwargs fromrequest and pass the command, tmpdir, and kwargs to genera...
zsloan
2021-05-17
Add rqtl.py for rqtl endpoints
zsloan