aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-08-02Use correct variableFrederick Muriuki Muriithi
2023-08-02Fix module name.Frederick Muriuki Muriithi
2023-08-02Assign `group-leader` role to the admin for automatic group.Frederick Muriuki Muriithi
2023-06-02auth: Increase limit to 100K recordsFrederick Muriuki Muriithi
2023-06-02auth: Add delay between DB insertsFrederick Muriuki Muriithi
2023-06-02Auth: Bug: Display all admins before taking choiceFrederick Muriuki Muriithi
2023-05-31scripts: Write table checksums into index.Arun Isaac
2023-05-31scripts: Introduce SQLTableClause.Arun Isaac
2023-05-31scripts: Fold long lines.Arun Isaac
2023-05-31scripts: Ensure only one indexing job may run at a time.Arun Isaac
2023-05-30Fix linting errors and failing testsFrederick Muriuki Muriithi
2023-05-30Enable registering sys-admin on CLIFrederick Muriuki Muriithi
2023-05-26Document CLI Utility CommandsFrederick Muriuki Muriithi
2023-05-25Add some error checks.Frederick Muriuki Muriithi
2023-05-25Script to assign existing data to publicly-visible resourcesFrederick Muriuki Muriithi
2023-05-22Make directory at "path" and all intermediate ones.Frederick Muriuki Muriithi
2023-04-19oauth2: Link the phenotype traits to user groups.Frederick Muriuki Muriithi
2023-04-19Fix minor linting and typing issuesFrederick Muriuki Muriithi
2023-04-19auth: Setup selected traits correctlyFrederick Muriuki Muriithi
2023-04-18auth: Consistently JSON encode values.Frederick Muriuki Muriithi
2023-04-17Hook up code to use external search script for phenotypesFrederick Muriuki Muriithi
2023-04-14auth: Add external script to search for phenotypesFrederick Muriuki Muriithi
2023-04-06Remove deprecated `gn3.db_utils.database_connector` functionFrederick Muriuki Muriithi
2023-04-05Enable use of `database_connection` in scripts without current_appFrederick Muriuki Muriithi
2023-02-13scripts: Fallback to 1 worker when indexing.Arun Isaac
2023-02-13scripts: Type hint xapian indexing script.Arun Isaac
2022-10-18Add xapian indexing script.Arun Isaac
2022-07-29New script to run sample correlationsFrederick Muriuki Muriithi
2022-06-28Parse the method from UI before passing it to external processFrederick Muriuki Muriithi
2022-06-20Restrict partial correlation method choicesFrederick Muriuki Muriithi
2022-05-24Run partial correlations with external scriptFrederick Muriuki Muriithi
2022-05-24New script to compute partial correlationsFrederick Muriuki Muriithi
2022-05-05Extract common error checking. Rename function.Frederick Muriuki Muriithi
2022-03-22Merge branch 'feature/add_rqtl_pairscan' of https://github.com/zsloan/genenet...zsloan
2022-03-22Change order of if statements for running genoprob commandzsloan
2022-03-22Updated rqtl_wrapper to also return a map file when doing a pair-scan (since ...zsloan
2022-03-22Added line priting pair-scan results to CSV and changed the default step-size...zsloan
2022-03-22- Added scan_func function that determines whether scanone or scantwozsloan
2022-03-22Added option for running pairscan to rqtl_wrapper.Rzsloan
2022-03-08Create database connections within context managersFrederick Muriuki Muriithi
2022-03-03Run partial correlations in an external processFrederick Muriuki Muriithi
2022-02-11Quote shell variables to prevent globbingFrederick Muriuki Muriithi
2022-02-02Fix R/qtl covar bugzsloan
2022-02-02remove commentsAlexander Kabui
2022-02-02match case string input to booleanAlexander Kabui
2022-02-02fix for parametric inputAlexander Kabui
2022-02-02use user input significanceAlexander Kabui
2022-02-02new line fixAlexander Kabui
2022-02-02add new json outputAlexander Kabui
2022-01-22minor refactoringAlexander Kabui