This PR has a couple of changes to deal with the cases which pop up when the disk fills up downloading files to check md5s (I would like to not download the files at all, but that would require a more extensive rewrite).
The other thing that this adds is a set of final output checks that will print any md5 mismatches to stdout when the workflow is run. This can save the user from having to scan the output file manually to identify any failures.
This PR has a couple of changes to deal with the cases which pop up when the disk fills up downloading files to check md5s (I would like to not download the files at all, but that would require a more extensive rewrite).
The other thing that this adds is a set of final output checks that will print any md5 mismatches to stdout when the workflow is run. This can save the user from having to scan the output file manually to identify any failures.