You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2021. It is now read-only.
Hi, I found that when in "--rmdup-only" mode, the qname (read name) of each line in output bam file was shorten by the number of (len_dupindex + 1). For example:
# original STAR mapping bam:
MN00727:7:000H2HJHJ:1:12110:12180:16802 16 chr10 63493 255 71M
# the dedup output:
MN00727:7:000H2HJHJ:1:12110:12 16 chr10 63493 255 71M
I checked the source code and found the bug. It's in line 307 and 308, which apply UMIStripFunc by _get_sam_str two times to sam_row.