Age | Commit message (Collapse) | Author |
|
|
|
instead of just the output filename
|
|
included in the hashes used for filenames
|
|
by itself
|
|
they don't have corresponding values
|
|
|
|
keywords and arguments + account for boolean kwargs without values (like --interval or --covar)
|
|
|
|
command to be run from the command line; used the same pattern as for GEMMA for consistency
|
|
generate_rqtl_cmd which returns the actual command and output path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gn3/api/general.py (run_r_qtl): New function.
* gn3/settings.py: New variable.
|
|
Generally avoid naming things with a "utils" prefix/ suffix since it
encourages contributors to dump any new functions there; and over time, as the
code grows, things get messy...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gn3/db/species.py (get_chromosome): New function.
|
|
MySQLdb is already ignored in ".mypy.ini", added in 88c33df.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gn3/computations/parsers.py (parse_genofile): New procedure.
* tests/unit/computations/test_parsers.py: New test files for above.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refactor return data type for tissue and lit
|
|
|