Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-18 | Fix obvious linting errors | Muriithi Frederick Muriuki | |
* Fix linting errors that do not change the function of the code. | |||
2021-08-07 | Add gunicorn support for production | Pjotr Prins | |
2021-05-13 | Add end-point for running an rQTL program | BonfaceKilz | |
* gn3/api/general.py (run_r_qtl): New function. * gn3/settings.py: New variable. | |||
2021-05-13 | Rename file_utils to fs_helpers | BonfaceKilz | |
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... | |||
2021-03-10 | Add extra endpoint for when TOKEN isn't provided | BonfaceKilz | |
2021-03-08 | Replace APP_DEFAULTS dict with actual conf params | BonfaceKilz | |
2021-03-08 | Use new extract_uploaded_file fn when uploading metadata | BonfaceKilz | |
* gn3/api/general.py (upload_metadata): Update docstrings and update the use of "extract_uploaded_file" fn. | |||
2021-02-16 | Return the correct message and status code in "/metadata/upload" | BonfaceKilz | |
2021-02-16 | Add new endpoint for uploading data | BonfaceKilz | |