-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix nwb_version so that dandi can read it #2254
Conversation
4d16c57
to
5179e47
Compare
@nrsc Can you try with this version of MIES? It should create files which pass dandi validate in this regard. You can grab the installer, BuildInstaller-user-assets, from https://github.com/AllenInstitute/MIES/actions/runs/10738308861?pr=2254 |
5179e47
to
71a3484
Compare
We now use debian bookworm, update the Dockerfile to use our usual conventions and use requirements.txt with hashes.
Upgrade to debian bookworm and use our usual conventions.
Update to debian bookworm.
Use debian bookworm, avoid deprecated MAINTAINER command and use requirements.txt with hashes.
This should catch issues like in the last commit earlier.
71a3484
to
7214dff
Compare
We don't want to find nwb files from e.g. Packages/Basic/input as these might not pass pynwb/dandi validation anymore.
7214dff
to
683bbe4
Compare
I'm merging now as we have CI which checks for the issue so manual testing by @nrsc should not be necessary. |
Hi @t-b, apologies for the time away. I'm going to pull the executable and reinstall, then run the export to test the validation. Cheers |
No worries. |
dandi.exe validate --ignore '(NWBI|DANDI)' XXX
Close #2243
Close #1988