Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from atomic to critical in grouped allele counts coverage
recording. Atomic was not thread-safe, causing concurrent writes to unordered_map (seg faults). Note: all threads are synchronised even if they are updating coverage on different sites this way. A per site synchronisation/locking would be finer.
- Loading branch information