gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
460 stars 136 forks source link

Is there any way to count kmer and get histo on multi-hosts? #193

Open zokie opened 1 year ago

zokie commented 1 year ago

when execute a kmer counting processing on a big fasta file, can I split the input fasta file into several parts, and count the kmer on two or more hosts, then to combine the "*.jf" files to get histo ?