Trouble Passing Parameters To Bowtie
1
0
Entering edit mode
10.5 years ago
Nick ▴ 290

Hi

I am trying to call bowtie with the following parameters:

bowtie -q -n 0 -e 80 -l 18 -a -S -m 5 -best -strata <path-to-index> whole_sample.fastq whole_sample.sam

but bowtie bails out showing

Usage: bowtie [options]* <ebwt> {-1 <m1> -2 <m2> | --12 <r> | <s>} [<hit>]

I think the way I am submitting the parameters follows this pattern. What am I doing wrong?

bowtie • 1.8k views
ADD COMMENT
2
Entering edit mode
10.5 years ago

I am not sure but maybe "-best" should be written as "--best" and "-strata" as "--strata". Check the same for all the parameters that you have mentioned.

ADD COMMENT
0
Entering edit mode

Thanks - this resolved the problem!

ADD REPLY

Login before adding your answer.

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