I have two fastq files. I want to use bwa to produce two sam files as this is more efficent for me than merging the fastq files and running bwa on the bigger file. If I run bwa separately on the fastq files and merge the sam files later, will the result be different? (I don't know if this is an important detail, but I know a priori that the fastq files have reads from separate chromosomes.)