This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Bowtie2 for 454 Data?

The DNA data was produced by MWG-Biotech: 454 (GS FLX machine) sequencing by emulsion PCR.

Is Bowtie2 a good choice for mapping those reads to the whole human genome? Any other suggestions?

Thanks in advance.

alignment

2 answers

"It handles very long reads (i.e. upwards of 10s or 100s of kilobases), but it is optimized for the read lengths and error modes yielded by recent sequencers, such as the Illumina HiSeq 2000, Roche 454, and Ion Torrent instruments."

cited from Bowtie2 online manual

What about bwa mem?

From the FAQ:

For 70bp or longer Illumina, 454, Ion Torrent and Sanger reads, assembly contigs and BAC sequences, BWA-MEM is usually the preferred algorithm.

Log in to answer this question.