I want to align multiple paired end Fastq files belonging to different samples (RNA-seq reads) using Bowtie2. Bowtie allows alignment for multiple Fastq files at once but produces only one output SAM file specified by -S flag. I wanted to know whether this output file would be useful for downstream applications. Thanks.
Also if it is possible then how can I get multiple SAM output files each corresponding to one sample.