A workflow automation script: demultiplex the library sequence, run quality checks, deliver to archiving and processing afterwards
GNU General Public License v3.0
1
stars
0
forks
source link
test: do the calculated hashlib.md5( filetobehashed ).hexdigest( ) / hashlib.sha256( filetobehashed ).hexdigest( ) match what md5sum -c <fileToBeChecked.md5> / sha512sum -c <fileToBeChecked.sha512> outputs? #77
Closed
georgemarselis-nvi closed 1 year ago
It didn't. we needed to use sha512() dumb
fixed in #76