Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating a genome index is very slow when the genome doesn't contain one of the nucleotides. #6

Open
jiyongkun opened this issue Jun 11, 2024 · 0 comments

Comments

@jiyongkun
Copy link

jiyongkun commented Jun 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant