You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it causes the following error for all my files:
***********************************************************************
A USER ERROR has occurred: In a GVCF all records must ordered. Record: [VC Unknown @ Super-Scaffold_2:1-4 Q. of type=SYMBOLIC alleles=[G*, <NON_REF>] attr={END=4} filters= covers a position previously traversed.
***********************************************************************
As discussed during the gatk office hours, this error traces back to ValidateVariants in GVCF mode being unable to handle variants with a lower start position than the previous contig.
Example:
Super-Scaffold_1 9238114 . T <NON_REF> . . END=9238123 GT:DP:GQ:MIN_DP:PL 0/0:12:0:11:0,0,0
Super-Scaffold_2 1 . G <NON_REF> . . END=4 GT:DP:GQ:MIN_DP:PL 0/0:31:93:31:0,93,1141
- 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
User report:
ValidateVariants causes the error:
And it causes the following error for all my files:
This doesn't cause the error:
This Issue was generated from your [forums]
[forums]: https://gatkforums.broadinstitute.org/gatk/discussion/comment/59104#Comment_59104
The text was updated successfully, but these errors were encountered: