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
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):
CR CY UR UY : sequences and quality scores of cell barcodes and UMIs for the solo* demulti-
plexing, not error corrected.
CB UB : error-corrected cell barcodes and UMIs for solo* demultiplexing.
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.
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
The text was updated successfully, but these errors were encountered: