lh3 / yak

Yet another k-mer analyzer
MIT License
113 stars 8 forks source link

Is yak inspect -p still supported #13

Closed Dmitry-Antipov closed 2 years ago

Dmitry-Antipov commented 2 years ago

In the readme I see

print k-mer histogram ./yak inspect sr.yak > sr.hist print k-mers (warning: large output) ./yak inspect -p sr.yak > sr.kmers

But actually both these variants just print k-mer histogram. Is there any way to get k-mers themselves from the yak file?

lh3 commented 2 years ago

Actually this is an error in README. inspect doesn't support -p. Sorry.