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

Support for GVCF validation with multiple contigs #6028

Merged
merged 1 commit into from
Jul 3, 2019

Conversation

michaelgatzen
Copy link
Contributor

  • Extracted the order validation for GVCF files into a separate method and included
    a check to reset the counter when a new contig is found. Contigs have to
    occur in continuous blocks; validation for files in which contigs occur
    alternatingly is not supported.
  • Added a set of integration tests for GVCF files with two and three contigs.

Fixes #6023

- Extracted the order validation for GVCF files into a separate method and included
a check to reset the counter when a new contig is found. Contigs have to
occur in continuous blocks; validation for files in which contigs occur
alternatingly is not supported.
- Added a set of integration tests for GVCF files with two and three contigs.

Fixes #6023
Copy link
Collaborator

@jonn-smith jonn-smith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Copy link
Collaborator

@jonn-smith jonn-smith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Feel free to merge when tests pass.

@michaelgatzen michaelgatzen merged commit 90fd39b into master Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValidateVariants gVCF mode error "covers a position previously traversed"
2 participants