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
Ah yeah, the back story on the ZZZ prefix is that it was a fix (#624) for some nasty straggler issues that we were seeing. Changing ZZZ to zzz would be a simple fix ;), although yes, it'd still be a hack.
Kind of silly thing I noticed: we sort unmapped reads as if they came from a contig that starts with "ZZZ", but
"Z" < "a"
, etc., so mapped reads on contigs named like, say,chr1
will end up after unmapped reads.Repro:
The text was updated successfully, but these errors were encountered: