-
Notifications
You must be signed in to change notification settings - Fork 86
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
Reading Allen Cell Types files #275
Comments
@ajtritt Ill take a first-pass at this, and let you know where I get stuck |
It looks like the biggest stumbling block to reading these files is the use of "Custom" neurodata_type in the files, in unexpected places. For example, in /stimulus/templates, the "gain" dataset in the CurrentClampStimulusSeries has this Custom neurodata_type, triggering the construction of a builder. |
@nicain can this issue be closed? |
Unfortunately not :) |
@nicain This is still a problem right? I tried reading an Allen Cell Types NWB file and it didn't work. Allen Cell Types being the flagship example of an NWB file, I think it would be great if this library supported reading from those files (I'll keep using AllenSDK in the meantime). FYI, this is related to some "lab" materials I am making for the class I'm teaching, working with NWB files and Cell Types datasets. |
CC @sgratiy |
@rgerkin Agreed on all counts (would love to see your course materials, btw). We're actually in the process of migrating Cell Types Database files over to NWB2 proper this year. Time permitting we can look into supporting a pynwb adapter for our various NWB1.x files, although it's a challenging bit of work due to how the schema has evolved over the course of that project. Should be much easier now that the NWB2 schema is stable, though. |
Hi all, checking to see if there is support for NWB1.x files. Specifically I'd like to read the Allen Institute Cell Types Databases as mentioned above. Is there a way to do this? |
@blogeman unfortunately we have not been able to keep up support for 1.x files. I'd suggest using h5py. |
Problem/Use Case
Implement backwards-compatible read capability for Allen Cell Types Database files:
Checklist
The text was updated successfully, but these errors were encountered: