Open
Description
Hi, I'm wondering if fgbio tools that modify reads (e.g. TrimPrimers, ClipBam) require correct MD/NM/UQ tags to function properly, and therefore they need to be correct prior to each call? So if several commands are piped in a row (e.g. TrimPrimers | ClipBam
) they should be corrected at every step? Or is it safe to only correct them at the final step to save time? Thanks!