gmarcais / Jellyfish

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

mer_dna.hpp: line 84 #200

Closed Pentagon03 closed 9 months ago

Pentagon03 commented 1 year ago

https://github.com/gmarcais/Jellyfish/blob/master/include/jellyfish/mer_dna.hpp

I think Line 84 should be typedef uint32_t U;

Though it works same because only the right 32 bit would be saved.

gmarcais commented 1 year ago

I think you are right. Could catch.