-
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.
Make the preprocessing less ukbb specific (#39)
* Create vcf_files_list.txt * Delete pvcf_blocks.txt * Update deeprvat_preprocess_config.yaml * normalize works * All but two working * add preprocess rule * Don't use chr dirs * black * Fix exclude calls filtering * Use exclude_calls_file_cols * Add combine genotype * add get_file_chromosome test * Add support for specifying chr field * Remove vcf dir * Add check for nr of files * fix typo * use stem * Update preprocess.snakefile * Update deeprvat_preprocess_config.yaml * Refactor pipelines * Preprocess with and without qc * Update github-actions.yml * Update deeprvat_preprocess_config.yaml remove gzcat from example * Remove exclude samples from no_qc pipeline * Update preprocessing docs * Update preprocessing.md * snakefmt * Skip job lib for test * fixup! Format Python code with psf/black pull_request * revert changes to paralell * Use pyarrow for reading csvs * Remoce joblib temporary * Revert "Remoce joblib temporary" This reverts commit f3cba5d. --------- Co-authored-by: PMBio <PMBio@users.noreply.github.com>
- Loading branch information
Showing
17 changed files
with
782 additions
and
431 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.