meryl
meryl copied to clipboard
Support for printing top x % of most frequent k-mers
There is already an optiongreater-than N
for printing kmers that occur more than N times in the input. It would also be nice to have a similar option most-frequent x
where x ranges from (0,1]. This option would return top x fraction of the most repetitive kmers. Similarly least-frequent x
may also be useful.