Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | zsloan | |
instead of just the output filename | |||
2021-05-19 | Temporarily replace forward-slashes with underscores, since they can be ↵ | zsloan | |
included in the hashes used for filenames | |||
2021-05-18 | Fixed generate_rqtl_cmd to make the kwarg hash from a combination of ↵ | zsloan | |
keywords and arguments + account for boolean kwargs without values (like --interval or --covar) | |||
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 ↵ | zsloan | |
command to be run from the command line; used the same pattern as for GEMMA for consistency |