Hi,
I am running bowtie on a set of reads.
my problem is when I use option --best, it takes less time than default option. but I think it should take more time.
another problem is, when I set -n 3 (number of allowed mismatches in the seed), I get a sharp drop in percentage of mapped reads. (from 90% in n=2, it goes to 57% in n=3)
does anyone have an idea what the problem might be?
I run :
time ./bowtie -n n# -I 100 -X 300 --chunkmbs 150 --un results/unmapped hg18 -1 file1.fastq -2 file2.fastq results/aln.map
thanks
I am running bowtie on a set of reads.
my problem is when I use option --best, it takes less time than default option. but I think it should take more time.
another problem is, when I set -n 3 (number of allowed mismatches in the seed), I get a sharp drop in percentage of mapped reads. (from 90% in n=2, it goes to 57% in n=3)
does anyone have an idea what the problem might be?
I run :
time ./bowtie -n n# -I 100 -X 300 --chunkmbs 150 --un results/unmapped hg18 -1 file1.fastq -2 file2.fastq results/aln.map
thanks
Comment