templateflow / python-client

A python client to query TemplateFlow via pyBIDS
https://templateflow.org/python-client/
Apache License 2.0
8 stars 12 forks source link

BUG: Updating templateflow does not update the repo #11

Closed oesteban closed 5 years ago

oesteban commented 5 years ago

For S3-backed systems, this requires 1) identifying that this is an update; 2) unzip new files in the skeleton.

For Datalad-backed systems, this requires 1) identifying that this is an update; 2) datalad update --merge -r.

effigies commented 5 years ago

Yeah, I'm not really sure how things work without datalad. I guess you could include a repo revision hash that also goes into S3, make a best-effort check for the single S3 file and re-download if the hash has changed?