BWA for single end reads

Description

Aligns single end reads to selected reference genome using the BWA aln algorithm. The reads have to be supplied in fastq format.

Parameters

Details

This tool uses BWA short read aligner to align a set of FASTQ formatted sequences against a reference genome. Aligning is performed with Burrows-Wheeler Transform based BWA aln algorithm that allows gaps in the alignments. This algorithm that is designed for short queries up to ~200bp with low error rate (<3%).

Note that this aligner is more accurate but significantly slower than Bowtie

Output

As a result the tool returns a sorted and indexed BAM-formatted alignment, which is ready for viewing in the Chipster genome browser.