-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add option to use (metadata of) assets already in the archive for the dandiset #1169
Comments
@yarikoptic - at least as it stands there is a need to disambiguate for partial upload settings that takes data on archive into account. indeed addressing #69 as part of this will help. it is a bit more complicated as we may need to rename files of assets in the archive as a result. but having a joint integrated view of dandiset would be helpful. indeed, the algorithm is not yet there, but offers a chance for thinking how distributed syncing can work soon and eventually. |
I stumbled upon this issue with the following steps:
|
Thank you @jeromelecoq for sharing the use case in detail. Note that you can always use regular You mention "duplication" -- what exactly was duplicated? In other words: What I see likely needed for our DANDI (or even with BIDS too) layout validation (so
all of them seems to have
|
re duplication -- I guess you meant files with and without |
|
I think this is the use case @satra having in mind which resulted in #1163 , where we need to organize just some subset of locally present assets and have no other assets available locally. Then @satra envisions that
dandi
(duringorganize
and/orupload
) somehow (an exact algorithmic procedure was not yet formulated) would use assets metadata from archive to ensure "correct" disambiguation.Having (only briefly) thought about it, I am not yet sure about possibility of a clean algorithmic procedure which would satisfy us. I think that we might "alternatively" make it more explicit by
and would allow user to explicitly state for a given dandiset which metadata entities to use, and thus make any partial dandiset organize be consistent with the case if it was done on an entire dandiset across all files. WDYT @satra ?
The text was updated successfully, but these errors were encountered: