Open johnmoll opened 1 year ago
Hi John,
This is indeed a bug; thanks a lot for the detailed test example.
The length of the UB tag for complex barcodes is mistakenly taken from --soloUMIlen
(default = 10).
I will fix it in the next release, for now, as a workaround, please specify the correct length --soloUMIlen 8
.
Hi,
First of all, thanks for your amazing tool(s), I find STAR and STARsolo extraordinarily useful. This is to report that STARsolo's UB and UR don't have the same length when processing BDRhapsody data. The manual reads (page 13):
so I expected UR and UB to share length, perhaps I misunderstood. If they were intended to share length, I might have found a bug. The snippet below shows how to generate an output where their lengths don't match.
STAR 2.7.10b, compiled from source, running on Ubuntu 18.04.6 LTS.
Thanks again for your time,
John