about summary refs log tree commit diff
path: root/gn3/computations/streaming.py
AgeCommit message (Collapse)Author
2025-02-26feat: Add utility function for reading files and improve loggingAlexander_Kabui
* Add `read_file(file_path)` utility function to streamline file reading. * Updated `run_process()` to return log contents instead of just the log file path.
2025-02-06refactor: Refactor run_process function.Alexander_Kabui
2025-02-06refactor: return code for Calledprocesserror response.Alexander_Kabui
2025-01-09Typo fixes.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-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