|
if mode == 'exome': |
|
file = os.path.join(path_to_gnomad,'vcf','exomes','gnomad.exomes.r2.0.1.sites.vcf.gz') |
|
elif mode == 'genome': |
|
file = os.path.join(path_to_gnomad,'vcf','genomes','gnomad.genomes.r2.0.1.sites.'+chrom+'.vcf.gz') |
Better to allow users to provide an set (i.e. an array) of full paths to VCF files (as they might have downloaded the Chr vcfs separately).
phenogenon/lib/gnomad_utils.py
Lines 60 to 63 in 9b0f832
Better to allow users to provide an set (i.e. an array) of full paths to VCF files (as they might have downloaded the Chr vcfs separately).