There is a unique case of the collect step with "PIPELINE" input that can pick up "bad" files. Specifically, if you have a bunh of output_file_jXXX.h5 files and also happen to have ``output_file.h5in that directory, the latter will incorrectly be included in the collect step. The fix for this should be as simple as usingf"{TAG"}` as replacement instead of just ""
There is a unique case of the collect step with "PIPELINE" input that can pick up "bad" files. Specifically, if you have a bunh of
output_file_jXXX.h5files and also happen to have ``output_file.h5in that directory, the latter will incorrectly be included in the collect step. The fix for this should be as simple as usingf"{TAG"}` as replacement instead of just ""