-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature requests for VCF2DB compatible with GEMINI built-in tools #36
Comments
I have added the |
Thanks Brent, I'll pull this version and test the GEMINI built-in functions. Essentially, VCFAnno+VCF2DB provides flexibility with this respect, and it's fast. However, lacking some of the tables which are loaded in GEMINI by default, like the one that you fixed above, causes the GEMINI built-in functions to fail. Ideally, a workflow that goes from VCF-->DB, and then can use GEMINI to query the DB for inheritance patterns, runs of homozygosity, variants within specific gene sets, harmony between noncoding and coding variants, would be ideal. Thanks for your help on this, |
could you enumerate what is missing for you so I can prioritize? |
Hi Brent! The difference between gemini load and vcf2db (loaded in bcbio 1.0.7 with vcfanno: [gemini] and by default): variant_impacts table: Is there a way for downstream scripts to get the creator of gemini.db (gemini load or vcf2db) to apply different processing logic? Is it possible to add gnomad_num_hemi? Thanks! |
but these are things that you have control over, correct? |
Thanks Brent! yes, you are right, it is not an issue of vcfanno/vcfdb, it is a way of wrapping annotation in bcbio. SN |
Pulled on January 22nd 2018. Tested and confirmed to work:
Tested and failed:gemini rohDetails: $ gemini roh T008.db SQL error: (sqlite3.OperationalError) no such column: depth [SQL: u"select chrom, start, end,gts,gt_types,gt_phases,gt_depths,gt_ref_depths,gt_alt_depths,gt_quals,gt_alt_freqs FROM variants WHERE type = 'snp' AND filter is NULL AND depth >= 20 ORDER BY chrom, end"] gemini pathways$ gemini pathways --lof -v 71 T008.db Priority for our application purposes would include fixing gemini ROH. The pathways-based analysis is a very low priority for us at this time. Thanks, |
Hi, Following up on @Phillip-a-richmond last comment, I tried running I am getting the same errors, indicating that the
I think perhaps some of the previous confusion stemmed from called Thanks for all the hard work on these tools! |
Hello,
I would like to request that the tables used by GEMINI's built-in analysis tools be added into VCF2DB.
Ideally, all tables that are default loaded with the command:
$ gemini load
that are not inherently third party annotations, would be added into the resulting database.
Examples I have run into so far:
depths
sample_genotype_counts
More complex features that are ideal for our pipeline, but we may need to resort to standard GEMINI load to use:
gene_summary
pathways and gene detailed analyses
Thanks,
Phil
The text was updated successfully, but these errors were encountered: