Hello again OT team!
I was looking in the data structure of the json files if is it any metadata column/child associated to a hashid for that table.
It would be great to keep traceability of our analysis (reproducible at least, by version). So when we perform the download of the data, using for example
wget --recursive --no-parent --no-host-directories --cut-dirs 8 \
https://ftp.ebi.ac.uk/pub/databases/opentargets/platform/21.04/output/etl/json/diseases
Would it be possible to also know where to find the hash (MD5sum or SHA256) for that table? or do we need to include an extra parameter when downloading via wget?
I guess later if we want to re-download it from the archive (Index of /pub/databases/opentargets/platform) we could do a wget and use the same procedure to download the data and look for the hashId?
Many thanks!