We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
yak
-K
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Will only process one at a time:
Best,
Mitchell
The text was updated successfully, but these errors were encountered: