about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2024-11-26feat: Implement reading from file functionalityAlexander_Kabui
Implement read from the last position for a file.
2024-11-22feat: return pointer position from where the file was last read.Alexander_Kabui
2024-11-22feat: Add new endpoint to read stdout given a file identifier.Alexander_Kabui
2024-11-22feat: register rqtl2 blueprint to app.Alexander_Kabui
2024-11-22feat: implement ednpoint for computing qtl using rqtl2.Alexander_Kabui
Capture stdout results to a file.
2024-11-20Merge pull request #201 from genenetwork/feature/rqtl2-implementationAlexander Kabui
feat: Implementation for qtl using r-qtl2
2024-11-15Fix bug where case attribute editing didn't work if a case attribute waszsloan
called 'Strain' This is because the code was also using 'Strain' for the strain name. At least for the time being, I addressed this by changing those instances to 'Sample' instead (which I don't believe is ever a case attribute name).
2024-11-14Fix auth endpoint for case attribute editingzsloan
2024-11-14Fix case attribute queryzsloan
2024-11-12Remove unused setting.Frederick Muriuki Muriithi
The BCRYPT_SALT setting is not used anywhere in GN3 or GN2
2024-11-12Remove unused import.Frederick Muriuki Muriithi
2024-11-12mypy: Rename and annotate variables to silence mypyFrederick Muriuki Muriithi
2024-11-12Pure aesthetics: No functional change.Frederick Muriuki Muriithi
This commit has no functional change it implements. It is purely a aesthetics change to please Frederick.
2024-11-11Allow extra database connection options on URIFrederick Muriuki Muriithi
Update the database URI parsing to allow setting of extra connection option on the URI string.
2024-11-11feat: add step to insert pseudomarkers to the gmap.Alexander_Kabui
2024-11-11fix: fix issue fetching covar:Alexander_Kabui
2024-11-11refactor: rename dataset to cross.Alexander_Kabui
2024-11-11feat: add a threshold argument for lod score peak with default 1.Alexander_Kabui
2024-11-11feat: print_help when certain parameters are not provided.Alexander_Kabui
2024-11-11Refactor: remove requirement for input and output file to be in theAlexander_Kabui
same directory.
2024-11-11Refactor: add better message for computation steps.Alexander_Kabui
2024-11-11refactor: refactor output for preprocessing steps.Alexander_Kabui
2024-11-11Refactor: refactor checks for working directory, input and output file.Alexander_Kabui
2024-11-11refactor: remove stringr as a script dependency:Alexander_Kabui
refactor: refactor use of str_glue to cat.
2024-11-11refactor: refactor for using cat and new line.Alexander_Kabui
2024-11-11refactor: use NO_OF_CORES as default and pass control file to arguments.Alexander_Kabui
2024-11-11refactor: adding pseudomarkers o genetic probabilites map.Alexander_Kabui