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

Enable "variants-only" mode for VariantContext2VariantConverter #24

Open
laserson opened this issue Aug 18, 2015 · 1 comment
Open

Enable "variants-only" mode for VariantContext2VariantConverter #24

laserson opened this issue Aug 18, 2015 · 1 comment
Assignees
Milestone

Comments

@laserson
Copy link

Currently, VariantContext2VariantConverter will load all genotype calls from a VCF file into the resulting GA4GH Variant object. Sometimes the user may only want the variant data itself, without any of the associated calls. This should be a configurable option

@imedina imedina added this to the v0.6.0 milestone Sep 18, 2015
@imedina
Copy link
Member

imedina commented Sep 18, 2015

I agree, I think this was discussed some time ago. Actually, other modes can be added, one proposal could be:

  • skip-non-variants: current gVCFs contain both variants and non-variants calls, sometimes it can be useful to load only real variants and skip non-variants calls
  • exclude-genotype: this is the one you meant above with 'variants-only'

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

No branches or pull requests

3 participants