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
I have been mapping some really large contigs and for this I find it useful to adjust -K so I can map more than one of them at a time. However, I find that when I increase -K beyond 2147m it only loads/maps one sequence at a time. Below I have a minimal example that shows this:
Hi!
I have been mapping some really large contigs and for this I find it useful to adjust
-K
so I can map more than one of them at a time. However, I find that when I increase-K
beyond2147m
it only loads/maps one sequence at a time. Below I have a minimal example that shows this:Make test data:
Maps all 4 sequences at once with
-K 2147m
Maps sequences one at a time with
-K 2148m
If you can verify this issue, there should probably be a note in the man page, but ideally I would like to be able to adjust beyond
-K 2147
.Thanks!
Mitchell
The text was updated successfully, but these errors were encountered: