gmarcais / Jellyfish

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

Count both strands' kmer sets #206

Open DayTimeMouse opened 3 months ago

DayTimeMouse commented 3 months ago

Hi,

I want to get both strands sequnces' kmer sets. Is right to add the -C parameter?

Or, is it feasible to run jellyfish on forward and reverse complementary sequences separately, without adding the -C parameter?

Best regards.