-
Notifications
You must be signed in to change notification settings - Fork 590
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
Ported from Classic-GATK: CombineGVCFs --convertToBasePairResolution issue #265
Comments
@vruano is this a bug? |
assigning to @vruano to clarify is this a bug |
This can be described more simply as: Ensure that intervals in GVCF traversals are END tag aware, so all reference blocks are included correctly. GATK3 considers start position only, so some reference blocks are missed. |
thanks @jmthibault79 so it's a bug. |
@akiezun I don't know that it's necessarily hard; at the time I was migrating issues to github, I was told that these types of issues would be addressed in Hellbender, and that no effort would be put into fixing them in GATK3. I would love to see this fixed in GATK3 of course. |
marking as low prio unless i hear otherwise |
Closing as obsolete |
Original ticket by @jmthibault79
CombineGVCFs with --convertToBasePairResolution doesn't fully cover the intervals given
I'm trying to create very small files (for NAVS testing) from GVCFs.
An input file has these reference blocks. Let's call them Blocks 1,2,3:
This command line with an interval entirely contained in Block 2 produces nothing:
Expanding the interval to overlap portions of Block 1 and Block 3 produces results for Block 2 and the portion of Block 3 which corresponds to my intervals.
It appears that only reference blocks which begin in the supplied intervals are processed.
The text was updated successfully, but these errors were encountered: