I have a multiple samples and I run mapping with Bowtie2 for them and now I have .bam files. I have tried to run Multiqc to see how is mapping rate, duplication rate and other features but It did not work with bowtie output I think. I would like to know is there any graphical program like Multiqc for observing aligning features?
If I remember well, in bowtie2 informations about the alignment (alignment rate, not aligned rate...) are in the standard output (terminal).
If you want to check reads quality, GC content... You will have to run a tool like fastqc on your data and use multiqc to compile them
what happened ?