Two major goals for this project:
- Perform some QC analysis on WGS data from Dante labs.
- Optional - Compare 23andme genotyping data to WGS vcf to ensure they actually match.
- Perform QC analyses on WGS data
- Following are performed when
23andme_file
is specified by user inconfigs/configs.yaml
.- Convert 23andme genotype raw data to vcf format
- Compare calls in Dante WGS vcf to 23andme vcf using rtg vcfeval
-
OS
- macOS (Developed and tested)
- Linux (Not tested but should work)
- Windows (Not tested; coin toss)
-
Tools
- Clone or download this repository
- Clone:
git clone https://github.com/ManavalanG/personal_genome_analysis
- Download: See here for how to.
- Clone:
- cd into repo directory.
cd /path/to/personal_genome_analysis
- Set up config file
configs/configs.yaml
.- Rename file
configs/example_configs.yaml
toconfigs/configs.yaml
- Edit this file to specify file paths and sample names
- Rename file
- Run the snakemake pipeline
snakemake -k -p --use-conda
Note: Feedbacks are welcome!!