about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2025-01-26Skip test that checks working of MySQLdb rather than GN3.Frederick Muriuki Muriithi
2025-01-26Use gn-libs' `database_connection` function.Frederick Muriuki Muriithi
2025-01-21Enable new inserts of new wiki entries.Munyoki Kilyungi
* gn3/api/metadata_api/wiki.py: Import Optional (edit_wiki): Add "/edit" route. Add new comment id. * gn3/db/wiki.py (get_next_comment_id): New function for fetching the getting the next comment_id. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2025-01-13mypy fixes.Alexander_Kabui
2025-01-13refactor: Returns markers and pseudomarkers as names in pairscan results.Alexander_Kabui
2025-01-11Merge pull request #206 from genenetwork/enhancements/streaming-modularizationAlexander Kabui
Enhancements/streaming modularization
2025-01-09Typo fixes.Alexander_Kabui
2025-01-09Minor typo fix.Alexander_Kabui
2025-01-09Minor fix.Alexander_Kabui
2025-01-09refactor: raise and Handle error a app level.Alexander_Kabui
2025-01-09feat: Add a decorator function to enable streaming functinality.Alexander_Kabui
2025-01-09fix: pylint fix.Alexander_Kabui
2025-01-09refactor: remove obsolete streaming endpoint.Alexander_Kabui
2025-01-09refactor: enhance docstring for streaming endpoint.Alexander_Kabui
2025-01-09feat: Add and register streaming blueprint.Alexander_Kabui
2025-01-09feat: Add streaming main endpoint.Alexander_Kabui
2025-01-09feat: Init add module for streaming api endpoins.Alexander_Kabui
2025-01-09refactor: import streaming functionality from module.Alexander_Kabui
2025-01-09feat: Add function to run an external process and capture result in a file.Alexander_Kabui
2025-01-09feat: Init add streaming module for genenetwork3.Alexander_Kabui
2025-01-08refactor: Modify error message for run_process function.Alexander_Kabui
2025-01-08refactor: Return results as dict with correct metadata for subprocess.Alexander_Kabui
2025-01-08refactor: Pass arg commands to subprocess as a list.Alexander_Kabui
* Use with open context for subprocess. * Correctly handle subprocess error.
2025-01-07feat: Revert commit 688d6a4.Alexander_Kabui
2025-01-07feat: remove shell True to for debug.Alexander_Kabui
2025-01-06feat: Add print statements for start and end of qtl script run.Alexander_Kabui
2025-01-02Revert "Add missing commas to make `install_requires` a list of packages."Frederick Muriuki Muriithi
This reverts commit 36d1b06da4b76aef868d900474a5102e67839c4c.
2025-01-02Revert "DEBUG: Guix build failure at `sanity-check` phase."Frederick Muriuki Muriithi
This reverts commit ce263f3fcdd0b74faf29fe220acf3633f1debdea.
2025-01-02DEBUG: Guix build failure at `sanity-check` phase.Frederick Muriuki Muriithi
2025-01-02Add pytest-mock to list of dependencies for tests.Frederick Muriuki Muriithi
2025-01-02Install any JSON files under the `gn3` package.Frederick Muriuki Muriithi
2025-01-02Add missing commas to make `install_requires` a list of packages.Frederick Muriuki Muriithi
2024-12-20Add todo note for writing rqtl file.Alexander_Kabui
2024-12-20Merge pull request #205 from ↵Alexander Kabui
genenetwork/feature/integrate-streaming-api-functionality feat: Init integrate streaming functionality to rqtl1.
2024-12-20fix: Pylint fixes.Alexander_Kabui
2024-12-20feat: Enable streaming for output.Alexander_Kabui
2024-12-20feat: Enable verbose for script by default.Alexander_Kabui
2024-12-17feat: Init integrate streaming functionality to rqtl1.Alexander_Kabui
2024-12-13fix: Fix unused variables pylint.Alexander_Kabui
2024-12-13Fix pylint error line too long.Alexander_Kabui
2024-12-13fix: Fetch the correct value from rqtl output file for permutation.Alexander_Kabui
2024-12-12Remove quote marks for qtl output.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-12-12Fetch RSCRIPT command from global environment variable.Munyoki Kilyungi
* gn3/commands.py (compose_rqtl_cmd): Fetch RSCRIPT from global environment. Otherwise default to "Rscript". Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-12-07Check whether genofile/phenofile exist separately.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-12-04Temp disable with for test Popen processes.Alexander_Kabui
2024-12-04refactor: make pylint fixes.Alexander_Kabui
2024-12-04Merge pull request #203 from genenetwork/feature/rqtl2-endpoints-with-filesAlexander Kabui
Feature/rqtl2 endpoints with files
2024-12-02Fix probeset metadata query to include dataset namezsloan
Previously this attempted to fetch probeset metadata using only the probeset name, but this is wrong. The dataset name is also needed.
2024-11-28feat: define general endpoint for streaming stdout using unique identifier.Alexander_Kabui
2024-11-27feat: return run id for compute and streaming api's.Alexander_Kabui