This partly relates to github ratio #4798, which was closed by the following comment:
Closing since we don’t plan to extend these operators any further. The best practice in this case is to use the
flatMapoperator and call thesplitFastqfunction within the operator on each file. This approach is much more flexible
Which on its own isn’t an issue, but is splitFastq deterministic in how it split files? I assume it does (otherwise Ben won’t give such a suggestion), but nothing on the docs mention this. Obviously, like every bioinformatician, I’m not at all want to see a paired set of FASTQs being jumbled up by a non-deterministic split. Will the devs give some assurance regarding this?