rust-bio / rust-bio-tools

A set of command line utilities based on Rust-Bio.
MIT License
182 stars 24 forks source link

fix: Fix read processing when building consensus reads #199

Closed FelixMoelder closed 2 years ago

FelixMoelder commented 2 years ago

In some cases consensus read calculation fails as read groups may be processed multiple times. To fix this two major changes have been introduced:

Feature: Existing UMIs will be read from the RX-Tag and added to the description of the consensus reads. These can be converted into actual bam tags by bwa mem (Adding option -C during mapping).