-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify configuration file for running deepRVAT (#99)
* reorganize config file locations * change runner config to deeprvat_config.yaml * pipeline and script to create deeprvat_config.yaml * update paths to new config dir for smoke tests * update config name in deeprvat smoke test * update github actions config file path * fixup! Format Python code with psf/black pull_request * update github actions config file path * Nesting pl_trainer and early_stopping into training config key * Removing training phenotypes from pretrained model config setup. Simplifying association testing phenotypes . * Add in evaluation config section with correction_method and alpha parameters * fixup! Format Python code with psf/black pull_request * fix evaluation alpha key * moving seed-gene-results correction-method to user-facing config * fixup! Format Python code with psf/black pull_request * Adding dir paths in config yaml to deeprvat repo and pretrained models * bug fix - catching key errors * integrate deeprvat_config.yaml file generation into existing snakefile pipelines -fixed configfile path in annotation pipeline * Making input config more descriptive * breakout cv options in config * incorporating regenie option into config * typo fix * fixup! Format Python code with psf/black pull_request * seed gene discovery pipeline config refactor * fixup! Format Python code with psf/black pull_request * make association testing data name more clear * fixup! Format Python code with psf/black pull_request * remove no-longer needed config file. See deeprvat/example/config/ for new input config files * move items out of input config and into base config * add in deeprvat training/association testing sample file option to config * seed-gene-discovery subset sample file option added * fixup! Format Python code with psf/black pull_request * restructuring of docs * update docs * Add in default if phenotypes_for_training not specified * add in config_generate.log file to view stdout * setting y_transformation as optional config parameter * Making association testing and training data thresholds as optional configurations * fix-up docs * fixup! Format Python code with psf/black pull_request * add in pretrained-model-path config defaults. Add in MAF threshold requirement. * fixup! Format Python code with psf/black pull_request * bug fix cv config key options * bug-fix cv config name * fixup! Format Python code with psf/black pull_request * update data_key default to association_testing_data in associate.py * fixup! Format Python code with psf/black pull_request * reduce excessive looping * fixup! Format Python code with psf/black pull_request * add in missing final rule evaluate as rule all in pretrained models run * fix-up gh actions and pytests * add extra check to allow user to override configfile with snakemake --configfile argument * bug-fix gh actions * set default to disable gpu usage * point to example data for gh actions * Update docs to pass tests * fix example data path for gh actions * Fix config path * rename config.yaml files for better organization * fix pretrained model path for gh actions * unset gpu usage for gh actions * bug-fix gh actions * reduce training phenotypes and n-repeats for gh actions * remove unnecessary todos * fixup! Format Python code with psf/black pull_request --------- Co-authored-by: PMBio <PMBio@users.noreply.github.com> Co-authored-by: Brian Clarke <brian.clarke@dkfz.de> Co-authored-by: Eva Holtkamp <eva.holtkamp@gmx.de> Co-authored-by: Magnus Wahlberg <endast@gmail.com>
- Loading branch information
1 parent
22715bc
commit 46bf983
Showing
63 changed files
with
3,306 additions
and
1,073 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
Empty file.
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.