zhengxwen / SeqArray

Data management of large-scale whole-genome sequence variant calls (Development version only)
http://www.bioconductor.org/packages/SeqArray
43 stars 12 forks source link

fixed asVCF unit test #44

Closed smgogarten closed 5 years ago

smgogarten commented 5 years ago

This fixes one of the issues with failing unit tests introduced by VariantAnnotation 1.29.19. readVCF now creates a header entry for the "FILTER" field even if one was not present in the header of the original file. I have not replicated that behavior, but rather avoided checking for an exact match between header fields.