-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/chunked writer precomputed burdens testing combo (#135)
* make genotype and variant files optional * specify burden file manually * specify burden file manually * add pipelines * bug fixes * add pipelines * add eval pipeline * Small bug fix removing overwriting of function option name. * add argument for additional REGENIE options * keep beta in results * add conditional analysis * run regenie_step2 in long queue * improve modularity * remove .loco files from output/input * run REGENIE step 2 on verylong queue * bug fixes * bug fixes * Add tests * Add test data for merging * Fix test path * unused variable * bug fix * bug fix (remove broken debugging code) * remove duplicate rule * update pipelines for new burden directory structure * bug fixes for REGENIE pipeline * bug fixes for REGENIE pipelines * add option for determinism in training * add test for results of training_association_testing pipeline * make genotype and variant files optional * specify burden file manually * specify burden file manually * add pipelines * bug fixes * add pipelines * add eval pipeline * add argument for additional REGENIE options * add conditional analysis * Small bug fix removing overwriting of function option name. * run regenie_step2 in long queue * improve modularity * remove .loco files from output/input * run REGENIE step 2 on verylong queue * bug fixes * bug fixes * bug fix * bug fix (remove broken debugging code) * remove duplicate rule * update pipelines for new burden directory structure * bug fixes for REGENIE pipeline * bug fixes for REGENIE pipelines * add option for determinism in training * add test for results of training_association_testing pipeline * make genotype and variant files optional * specify burden file manually * specify burden file manually * add pipelines * bug fixes * add pipelines * add eval pipeline * add argument for additional REGENIE options * add conditional analysis * Small bug fix removing overwriting of function option name. * run regenie_step2 in long queue * improve modularity * remove .loco files from output/input * run REGENIE step 2 on verylong queue * bug fixes * bug fixes * bug fix * bug fix (remove broken debugging code) * remove duplicate rule * update pipelines for new burden directory structure * bug fixes for REGENIE pipeline * bug fixes for REGENIE pipelines * add option for determinism in training * add test for results of training_association_testing pipeline * make genotype and variant files optional * specify burden file manually * specify burden file manually * bug fixes * add eval pipeline * add argument for additional REGENIE options * update pipelines for new burden directory structure * bug fixes for REGENIE pipelines * add test for results of training_association_testing pipeline * corrections to pipelines * delete old example config * bug fixes for new config file naming * improve error message when repo is misspecified * correct data key * add command to compare association testing results * cast trial ID to int to fix intermittent bug where it's stored as float * expose deterministic option (for testing/debugging) * remove deeprvat_repo_dir * Add chunked writer * Remove deeprvat from paths * Fix dtype * Add merge to snakemake pipeline * Remove x.zarr and y.zarr * Working test for 5 chunks * Add back sample_ids test * Fix pretrained path * Remove phenotypes key * Fix failing tests * More config errors * fixes to pipelines * remove unfinished sections * pipeline fixes * reduce number of phenotypes in example configs * bug fix * pipeline fixes * add example config for REGENIE * pipeline fixes * pipeline fixes * pipeline fixes * adapt CV pipeline * pipeline fix * reduce uninformative logging * modifications for running on compute cluster * pipeline fix * fix typo * delete unused files * fixup! Format Python code with psf/black pull_request * pipeline fixes * code cleanup * remove unneded teest files * fixup! Format Python code with psf/black pull_request * correct typo * black * fixup! Format Python code with psf/black pull_request --------- Co-authored-by: Brian Clarke <[email protected]> Co-authored-by: Thibault <[email protected]> Co-authored-by: Magnus Wahlberg <[email protected]> Co-authored-by: PMBio <[email protected]>
- Loading branch information
1 parent
801fc32
commit f0a2e25
Showing
39 changed files
with
2,068 additions
and
622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.