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
/
computations
/
rqtl.py
Age
Commit message (
Expand
)
Author
2024-09-12
Fix pylint errors.
Munyoki Kilyungi
2024-09-12
From gn3 only use TMPDIR/gn3 paths
Pjotr Prins
2024-09-12
Replace TMPDIR/output with TMPDIR/gn3 so it is clear where it comes from
Pjotr Prins
2024-09-12
Make sure TMPDIR directories exist!
Pjotr Prins
2024-09-12
Getting Rqtl to run on fallback
Pjotr Prins
2023-01-25
Some comments
Pjotr Prins
2022-03-23
Run python-black on file and fix other pylint issues.
BonfaceKilz
2022-03-22
Fixes pylint errors
zsloan
2022-03-22
Fixed mypy typing errors
zsloan
2022-03-22
Tried to make the docstrings more consistent
zsloan
2022-03-22
Add typing to some functions
zsloan
2022-03-22
Add functions for getting proximal/distal markers for each pseudomarker posit...
zsloan
2022-03-22
Added genofile name to inputs for processing R/qtl pair-scan results, since i...
zsloan
2022-03-22
Removed quotes from beginning and end of chromosome string
zsloan
2022-03-22
Fixed a cople function calls to use the updated function names
zsloan
2022-03-22
Create pairscan_for_figure and pairscan_for_table functions that return the D...
zsloan
2022-03-22
Added pairscan boolean kwarg and process_rqtl_pairscan function for reading i...
zsloan
2022-02-24
gn3: Explicitly specify UTF-8 to be the file encoding.
Arun Isaac
2021-06-18
Fixed pylint issues
zsloan
2021-06-18
Resolve mypy errors in computations/rqtl.py
zsloan
2021-05-25
Include code that processes rqtl output files and returns actual results inst...
zsloan
2021-05-19
Temporarily replace forward-slashes with underscores, since they can be inclu...
zsloan
2021-05-18
Fixed generate_rqtl_cmd to make the kwarg hash from a combination of keywords...
zsloan
2021-05-18
Fixed variety of issues detected by pylint
zsloan
2021-05-17
Created compose_rqtl_command and generate_rqtl_command to create the actual c...
zsloan