artic-network / fieldbioinformatics

The ARTIC field bioinformatics pipeline
MIT License
110 stars 68 forks source link

Fix for the InDel dropping behaviour during consensus masking #20

Closed will-rowe closed 4 years ago

will-rowe commented 4 years ago

This PR fixes the following problem reported by Nick:

For data where there is a large indel being reported in the VCF, the indel isn't being applied to the consensus as the region is part-covered by a mask and bcftools silently ignores it.

This PR does the following: