Hi guys, When I check the number of reads in my fastq (paired end library), I get 4071779 paired reads.
I do this using "wc -l fwd_paired.fastq" and then dividing the number by 4. or just by checking the FASTQC report basic statistics.
When I try to align these reads using Bowtie, the first line of the summary indicates i only have 2761561 paired reads
2761561 reads; of these:
2761561 (100.00%) were paired; of these:
2682638 (97.14%) aligned concordantly 0 times
6280 (0.23%) aligned concordantly exactly 1 time
72643 (2.63%) aligned concordantly >1 times
----
2682638 pairs aligned concordantly 0 times; of these:
121 (0.00%) aligned discordantly 1 time
----
2682517 pairs aligned 0 times concordantly or discordantly; of these:
5365034 mates make up the pairs; of these:
4990100 (93.01%) aligned 0 times
17463 (0.33%) aligned exactly 1 time
357471 (6.66%) aligned >1 times
9.65% overall alignment rate
Does anyone know why bowtie is reporting 2761561 when I have 4071779? I also get warning messages with the bowtie run that look like this:
Warning: skipping mate #2 of read 'MN00234:32:000H2LGW3:1:23103:22530:9439 2:N:0:GCCAAT' because length (1) <= # seed mismatches (0) Warning: skipping mate #2 of read 'MN00234:32:000H2LGW3:1:23103:22530:9439 2:N:0:GCCAAT' because it was < 2 characters long
but there are only 100 of these.
any ideas?
Thanks a lot.
Did you trim the fastqs? If yes, how did you trim them?
Yes, I am using trimmomatic, code below: