DerrickWood / kraken2

The second version of the Kraken taxonomic sequence classification system
MIT License
687 stars 266 forks source link

What is the difference between paired reads or single reads with kraken2 annotation #787

Closed timeresistance1996 closed 3 months ago

timeresistance1996 commented 5 months ago

For paired reads, is there reads merge before annotation or any operation difference with the single reads?

jenniferlu717 commented 3 months ago

For paired reads, Kraken concatenates each pair but placed an "x" inbetween

There is no kmer matching in the overlap but the overall read assignment is now based on kmers from both mates.

timeresistance1996 commented 3 months ago

Understood, thank you for the reply!