If you merge, however, make sure you document that properly. I am currently dealing with legacy data, where someone seems to have merged different runs (different instruments, different library types). While this doesn't seem to have an effect on our processing, it is still very confusing.
Also, I see you're having uncompressed data. "Best practice" would be to have the fastqs compressed and you can even concatenate gzipped files (with cat) without decompressing them first.
Good question! I don't see this as a rule of what you have to do... I like to concatenate all my R1 and R2 files before alignment. But it should be fine to align your BAM files also!
Cross-posted on reddit: https://www.reddit.com/r/bioinformatics/comments/idum3k/question_merging_bam_vs_concatenate_fastq/
What's up with that, OP?