-
Notifications
You must be signed in to change notification settings - Fork 26
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
detect external links #840
Comments
Dear @jwodder please adopt @bendichter 's |
I think error for now, then we can relax that once we decide how we want to handle external links |
Error on NWB files with external links
DANDI does not currently have a good way of handling external links. Eventually, we should find a good way to handle them. For now, we at least need a way to check whether they exist. Here is how you would do that. I don't know how you would want to integrate this into dandi-cli, but you can copy/paste this code:
Create an NWB file with an external link. Here, file4 has an external link to file1:
test whether files have external links:
The text was updated successfully, but these errors were encountered: