When using multiprocessing, contents of the output files can be presented in different order each time an analysis is run, because of how batches of sequences end up being joined. Consider always producing the exact same result for easier comparison of results (eg checksum)
Additional context
See issue #99