-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
digest -d zarr-checksum seems to take some .dotdirs like .git or .dandi into account whenever it should skip those #1146
Comments
@yarikoptic What do you mean, "whenever it should skip those"? There's no rule (at the moment) that those should be ignored for Zarr checksum purposes. Possible duplicate: #1086 |
It "should" as that we should skip those in zarr-digest estimation -- might indeed just require fix for #1086, but I think skipping |
|
Let's skip all those.
AFAIK they should be present only at the root. If we could easily add a check - if any of those happen anywhere not there then raise some RuntimeException -- would be the best so we do not miss some obscure use case. If that is tricky to do -- let's just skip them everywhere since I am not expecting them to be a part of any zarr folder anywhere under.
also to uploading, thanks for checking on that. |
|
Hmm, I can't see any legit use case where we would have some local special files to coexist with new downloaded files from Zarr. Do you see the need/use case?
Ok, let's just ignore on top only then for now |
|
Indeed it could potentially be used for such case. Not sure though I would worry about special-casing for it here in download. Please proceed the way you see it be best. |
Exclude special dotfiles from Zarrs
whenever
and without directories
NB: local and archive stored checksum is completely off:
related:
verify
run on that zarr to fail in Reporting on fresh reruns on 000108 dandisets#286The text was updated successfully, but these errors were encountered: