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
When using meRanGs mkbsidx, the SAindex (k-mer index) generation is taking much more time for C->T or G ->A genome, which, in hindsight, should have been obvious. SAindex contains the positions of all k=14-mers in the suffix array. With one base missing, a lot of k-mers will be mssing, which slows down the calculation significantly.
Please see the STAR issue: alexdobin/STAR#1263
The text was updated successfully, but these errors were encountered:
When using meRanGs mkbsidx, the SAindex (k-mer index) generation is taking much more time for C->T or G ->A genome, which, in hindsight, should have been obvious. SAindex contains the positions of all k=14-mers in the suffix array. With one base missing, a lot of k-mers will be mssing, which slows down the calculation significantly.
Please see the STAR issue: alexdobin/STAR#1263
The text was updated successfully, but these errors were encountered: