HomeCategoriesRead mapping
2 tools

Read mapping Tools

Discover our collection of 2 research tools and applications for read mapping.

Related Categories

Genome indexing2
Sequence analysis1
Sequence alignment1

Tools in Read mapping

Found 2 of 2 tools

Bowtie2

https://spdx.org/licenses/GPL-3.0
Code Repository

Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes. Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome, its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.

Bwa-mem2

MIT License
Code Repository

Bwa-mem2 is the next version of the bwa-mem algorithm in bwa. It produces alignment identical to bwa and is ~1.3-3.1x faster depending on the use-case, dataset and the running machine.