Bwa Commands
1
0
Entering edit mode
11.1 years ago
shilpy ▴ 20

While aligning normal data using bwa how to set seed length to 50 and the number of mismatches allowed within the seed to 2. I am doing as following...not sure bwa aln -l chr22.fa normal_read.fastq > normal.sai

samtools • 2.5k views
ADD COMMENT
3
Entering edit mode
11.1 years ago
Surya Saha ▴ 260

Try

bwa aln -l 50 -k 2 chr22.fa normal_read.fastq > normal.sai

See http://bio-bwa.sourceforge.net/bwa.shtml for more details.

ADD COMMENT
0
Entering edit mode

Thank you very much Surya, I was looking same link unfortunately not able to figure it out.

ADD REPLY

Login before adding your answer.

Traffic: 2709 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6