psychoinformatics-de / inm-icf-utilities

MIT License
0 stars 5 forks source link

Switch over to the `archivist` remote #25

Closed mih closed 1 year ago

mih commented 1 year ago

This is coming with datalad/datalad-next#380

I manually tested data access (with external redirection of archive download to a local cache). Something like this:

git \
   -c 'remote.uncurl.uncurl-url=file:///tmp/icfstore/{storepath}' \
   -c 'remote.uncurl.uncurl-match=https://data.inm-icf.de/(?P<storepath>.*)$' \
   annex get \
   P000624_P000624/incoming/...2.48.14.966.65880823.dcm

works like charm.