microsoft / ga4gh-tes

C# implementation of the GA4GH TES API; provides distributed batch task execution on Microsoft Azure
MIT License
32 stars 26 forks source link

Content-MD5 field is blank for Tes outputs #728

Closed jsaun closed 2 weeks ago

jsaun commented 2 months ago

Describe the bug The TesRunner reworked how the md5 for each output file was calculated and set. The true md5, Content-MD5 field, is now blank which is breaking change for some downstream applications. Add an option to either opt in to older implementation with slower performance or setting the new block md5 into the Content-MD5 field.