Oooh thank you for your answer - it answers my question (i.e. I can use BWA with very large and very small reference sequences, because they are concatenated into a single 'database') plus that is a super interesting side effect you describe!
Presumably it could only detect fusions across chromosomes that happened to be listed adjacently in the reference FASTA? e.g. fusion across end of chr4 / start of chr5 but not end of chr4 / start of chr7 (Assuming reference sequences are supplied in numerical order of course!)
Thanks again, Max
Since a single index is built for one multi-fasta reference that should all count towards the size of the
database. Someone with right programming chops will need to confirm if that interpretation is technically correct.Thanks for your answer. Ok brilliant, that is the crux of the matter. If a single Burrows-Wheeler transformation is conducted on the whole concatenated sequence then yes, the BWA BWTSW indexer should work.