Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gene-based columns #10

Open
brentp opened this issue Aug 27, 2016 · 0 comments
Open

gene-based columns #10

brentp opened this issue Aug 27, 2016 · 0 comments

Comments

@brentp
Copy link
Member

brentp commented Aug 27, 2016

clinvar_gene_phenotype is not available in vcf2db. We can make this available by adding a new flag used as:

--aggregate chrom,gene:clinvar_disease_name:clinvar_gene_phenotype

which will aggregate the column clinvar_disease_name by chrom,gene and add a new column clinvar_gene_phenotype of type TEXT joined by os.environ.get('VCF2DB_JOIN', '|')

that can be specified multiple times.

This will store a dictionary and do an update at the end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant