NorwegianVeterinaryInstitute / DemultiplexRawSequenceData

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

sha512sum = hashlib.sha256( filetobehashed ).hexdigest( ) #76

Closed georgemarselis-nvi closed 9 months ago

georgemarselis-nvi commented 9 months ago

I was using the wrong hashing algorithm

georgemarselis-nvi commented 9 months ago

changed to sha512sum = hashlib.sha512( filetobehashed ).hexdigest( )

georgemarselis-nvi commented 9 months ago

image

corrected and tested.

karinlag commented 8 months ago
  1. I have no clue what the issue was here, mostly due to the title being incomprehensible to anyone but you, George.
  2. should it be closed?
georgemarselis-nvi commented 8 months ago

I had already closed it 3 weeks ago. I am explaining the whole thing at the top of this ticket.

the basic idea is that i was dumb and instead of using the sha512() method of hashlib, i mistyped and uses sha256() . fixed and tested, but waiting for another chance to deply with the script.