| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Similar issue to commit 11d543eeca08fe0df4bf2be7222234fadb516a51
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* gn3/computations/qtlreaper.py: Disable "too-many-arguments" pylint check.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Originally the system would get the path from the environment
|
|
* gn3/computations/gemma.py: Delete reimport "Qptional".
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
Ran the command:
pipx run no_implicit_optional ./
in the root directory.
|
|
|
|
|
|
The default settings in `gn3.settings` are meant to be overridden thus the
code should not be importing the setting from there, rather, the code should
get its configurations settings from `flask.current_app.config`.
|