meryl
meryl copied to clipboard
A genomic k-mer counter (and sequence utility) with nice features.
Hi, I generated a kmer database with `meryl count` command, and I want to count the kmers of the database in different query fastq files, how to do it with...
I have a large list of fastq files that will be used for the same database. Is there a simple way to run the command on a list of files...
API docs
Are there any draft docs available for the Meryl C++ API? Or, very optimistically, has anyone written any python bindings for doing kmer set operations with Meryl?
I want to generate a db of all kmers and their counts for a reference genome using `meryl count`, then for thousands of small (~1-5 kbp) sequences I want to...
@treangen Dear author, thank you very much for writing this software, this software is very convenient. Therefore, I would like to experience meryl2 in advance. How to install it?
Hi, Thanks for developing this awesome tools. I'd like to get haplotype-specific HiFi reads via haplotype-specific kmers. I run script to get haplotype-specific kmers, meryl version is 1.3: `meryl count...