Skip to content

BioplatformsAustralia/bpa-md5qc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick MD5 file QC

Verify that, for each MD5 file passed through on as an argument:

  • that all files in the MD5 file exist (does not verify the checksum)
  • that there are no other files in the same directory which are not contained in the file, or in another MD5 file in the same directory (also passed through as an argument for checking)

Intended for use on a flat-file archive.

Usage:

/mnt/Q0185/marine_microbes/raw$ find . -name "*.md5" -print0 | xargs -0 bpa-md5qc

About

Quick QC of MD5 files in a flat data archive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages