Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-03 | Add covarstruct as a possible keyword for the rqtl_wrapper.R script (not ↵ | zsloan | |
integrated into the script yet though) | |||
2021-06-18 | Fixed pylint issues | zsloan | |
2021-06-18 | Fixed issue where all bool kwargs were always being passed to ↵ | zsloan | |
generate_rqtl_cmd and also made code check if output file already exists (so caching works) | |||
2021-05-25 | Include code that processes rqtl output files and returns actual results ↵ | zsloan | |
instead of just the output filename | |||
2021-05-18 | Account for boolean kwargs in compute() by storing them in a list, since ↵ | zsloan | |
they don't have corresponding values | |||
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 ↵ | zsloan | |
generate_rqtl_cmd which returns the actual command and output path | |||
2021-05-17 | Add rqtl.py for rqtl endpoints | zsloan | |