Bowtie2 allowing mismatches syntax issue
1
0
Entering edit mode
10.0 years ago

Hello all. I am learning bowtie2 for a school project and I am completely new to the bioinformatics world.

What we are trying to do is allow for 3 mismatches in bowtie2 given 5 .fastq files as the input to the eventual sam file. I know I am supposed to put -v 3 somewhere in the command line code but not exactly sure. This is what I did to run it the first time with standard mismatches:

~/bowtie2-2.2.1/bowtie2 -x projectreference3 SRR072814.fastq,SRR072815.fastq,SRR072816.fastq,SRR072817.fastq,SRR072818.fastq -S <sam file name here>

If someone can help me I would greatly appreciate it.

bowtie2 • 3.1k views
ADD COMMENT
2
Entering edit mode
10.0 years ago

Take a look at the Bowtie2 manual here. In beta versions of Bowtie2 there was an -M option that allowed you to specify the exact number of mismatches allowed. That option has since been deprecated and is not in the version you are using. You can adjust the mismatch penalty and, I believe, allow more mismatches during seeding, but that is all.

ADD COMMENT
0
Entering edit mode

Yes, I figured that out and think I have a solution. I appreciate your feedback. Thank you!

ADD REPLY

Login before adding your answer.

Traffic: 2806 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