bwa
linux
Burrows-Wheeler Alignment tool. Short, low-divergent DNA sequences mapper against a large reference genome, such as the human genome.
More info →Examples (5)
Index the reference genome
bwa index path/to/reference.faMap single-end reads (sequences) to indexed genome using 32 [t]hreads and compress the result to save space
Map pair-end reads (sequences) to the indexed genome using 32 [t]hreads and compress the result to save space
Map pair-end reads (sequences) to the indexed genome using 32 [t]hreads with [M]arking shorter split hits as secondary for output SAM file compatibility in Picard software and compress the result
made by @shridhargupta | data from tldr-pages