-
Notifications
You must be signed in to change notification settings - Fork 3
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
device names in NWB broken #21
Comments
Sure! It was definitely an unintended change! I'll fix it on Monday |
@bjhardcastle I checked the latest asset (this one) ran through the new pipeline and it correctly used the probe name:
Could you point me to an asset with the issue described above? So I can check its provenance. Anyways, running the problematic assets through the current pipeline should produce results with the correct device names! |
Weird, here's one from last week that has the issue: ecephys_644864_2023-02-01_00-00-00_sorted_2024-09-18_07-11-48 I also noticed this one from July, so maybe it's not due to a recent change: ecephys_668755_2023-08-28_13-06-40_sorted_2024-07-14_09-15-26 |
Thanks. So this is not related to the pipeline, but rather to the way that the probe is loaded by |
So the raw data assets have a different organization because of this? I don't think it's limited to these two - they're just the first two I pulled up today... |
@alejoe91 could you please let us know how to identify raw data assets with this issue? Thanks |
yes, so you should traverse all sessions on s3, open a .zarr compressed folder with If you give me a few days, I can take care of this. Not sure how urgent it is on your side though |
It's always somewhat urgent, but a few days is ok, and I can help. I checked all the uploaded ecephys data and put together a table of paths that need updating, with correct probe names - working is shown in the notebooks here: It's quite a lot that have the model name or |
@bjhardcastle thanks for compiling the liet. This is due to What we can do is:
Let me know if that sounds ok |
|
We have fixed probe info and other stuff in the zarr s3 a few times in the past :) Changes happen! |
Hi @alejoe91, there are currently 423 zarr files that need updating - would it be possible to fix them soon? |
@alejoe91
Up until this week, the units table included device names like this:
Now they've changed to this:
...and the names in the devices table look like this:
This broke some downstream processing for us (AllenInstitute/npc_sessions#127) and makes it really difficult to link units to probes. Could you please either fix the names of the devices or, if this was necessary, consider adding an
electrode_group_name
column to the units table.Could you also please help us re-run the nwb-generation step of the pipeline for affected sessions?
The text was updated successfully, but these errors were encountered: