I am interested in extracting rDNA sequences from the fastq file. If I run Bowtie using -a option, I am getting (98594+40220) 138814 reads as rDNA, but without -a in the second run, the reads I get are (98556+40167) 138723 reads are rDNA.
So the second run has 118 reads less than the first run.
My concern is I may lose something important if I don't use -a option.
So I was wondering what changes, when I use the -a option?