Skip to content

Gnomad files expected to be in a specific folder structure #6

Description

@IsmailM

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions