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
Hello, thanks for great software.
After GATK 4.1.8.0 release we updated our internal Docker containers (from GATK v4.1.7.0) and noticed changes in Haplotype Caller results:
Add all dbsnp id's which match a particular variant to the variant's id, instead of just the first one found in the dbsnp vcf.
Be less brittle to variant normalization issues, and match differing variant representations of the same underlying variant. This is implemented by splitting and trimming multiallelics before checking for a match, which I suspect are the predominant cause of these types of matching failures.
For more details see the original pull request here: #6626
Hello, thanks for great software.
After GATK 4.1.8.0 release we updated our internal Docker containers (from GATK v4.1.7.0) and noticed changes in Haplotype Caller results:
check_against_37.woRandomLine.vcf.txt
test_v37.haplotypecaller.woRandomLine.vcf.txt
Here is the difference:
New file (test_v37) contains multiple
rsID
inID
field. Is that expected behavior or not?I can't find any info about in in changelog.
The text was updated successfully, but these errors were encountered: