AlexsLemonade / alsf-scpca

Management and analysis tools for ALSF Single-cell Pediatric Cancer Atlas data.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Make the md5 process a bit more robust, and print failures #53

Closed jashapiro closed 3 years ago

jashapiro commented 3 years ago

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.