This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bowtie2 and Hisat2 which tool should I use?

Hello! I was wandering what is the difference between Bowtie2 and Hisat2 (not taking into account the algorithm). What tool should I use depending on data I want to align?

Thanks in advanced for reply.

alignment bowtie2 hisat2

1 answer

Hisat2 is more recent, a bit more efficient, and have more features including soft-clipping and spliced read alignments. With eukaryotic RNA-seq data, Hisat2 is vastly superior to bowtie2 because it will be able to deal with introns. With DNA-seq data (or RNA-seq in a species with no intron), you can use either of them, although some might prefer Hisat2 because it is more recent.

thank you very much for clear explanation

Log in to answer this question.