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

Large -K is not respected #2

Open
mrvollger opened this issue May 22, 2020 · 0 comments
Open

Large -K is not respected #2

mrvollger opened this issue May 22, 2020 · 0 comments

Comments

@mrvollger
Copy link

Hi,

This is basically a duplicate/reminder of lh3/minimap2#491 but for yak. In short if -K is too large it only processes one sequence at a time.

Will process many at once:

 ./yak count -K 2000000000  mat_ill.fasta -o  /dev/null

Will only process one at a time:

 ./yak count -K 20000000000  mat_ill.fasta -o  /dev/null

Best,
Mitchell

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