BWA for paired-end reads and own genome

Description

Aligns paired-end reads to the reference genome sequence given by the user. The alignment is constructed using the BWA aln algorithm. The genome needs to be supplied in fasta format and the reads in FASTQ files.

Parameters

Details

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

It is possible to give the tool more than one FASTQ file pair. The tool will run the alignment for each file pair separately, and finally merge the resulting BAM files.

If you provide two FASTQ files, the tool will try to assign R1 and R2 reads correctly by file name.

If you have more than two FASTQ files, you will need to provide lists of filenames of the FASTQ files as text files; one file for R1 files, and another one for the R2 files (e.g.R1files.txt and R2files.txt). These lists can be generated with the tool Utilities / Make a list of file names . The read pairs must be ordered identically in both lists.

To run, select the genome file, list files (R1files.txt and R2files.txt) and ALL FASTQ files, and assign the files correctly. When assigning the genome and list files, they are automatically inactivated in the "reads" file list.

Output

As a result the tool returns a sorted and indexed BAM-formatted alignment.