saketkc / pysradb

Package for fetching metadata and downloading data from SRA/ENA/GEO
https://saketkc.github.io/pysradb
BSD 3-Clause "New" or "Revised" License
303 stars 49 forks source link

[ENH] MD5 value is not #179

Closed fatyang799 closed 1 year ago

fatyang799 commented 1 year ago

Is your feature request related to a problem? Please describe. I am concerned that the MD5 value is missing, and I am unsure if my downloaded file is completely identical to the official data.

Describe the solution you'd like I am looking forward to obtaining the MD5 value of the data downloaded from ebi.ac.uk/vol1/fastq to ensure that my download is correct.

saketkc commented 1 year ago

This is now partially addressed by including public_md5 column in the detailed metadata output following changes in the develop branch.