You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can find the field ID after a lot of reading, although it's easy to get lost, as there are a lot of ID's, and finding the right ID requires searching for a landmark ID, like publication, and working your way forwards a bit. I found this waveform using that method: https://neuroml-db.org/api/waveform?id=398144
I wonder if there could be some kind of syntactic sugar for getting a list of all the appropriate waveform IDs, and making the proper json requests inside python?
The text was updated successfully, but these errors were encountered:
I want to use NeuroML-DB to download some waveforms from a model to do NeuronUnit testing.
I want to do something like querying the DB like in the following but without downloading, and installing the repository locally.
If I open this web page and follow the json
https://neuroml-db.org/api/model?id=NMLCL001129
I can find the field
ID
after a lot of reading, although it's easy to get lost, as there are a lot of ID's, and finding the right ID requires searching for a landmark ID, like publication, and working your way forwards a bit. I found this waveform using that method: https://neuroml-db.org/api/waveform?id=398144I wonder if there could be some kind of syntactic sugar for getting a list of all the appropriate waveform IDs, and making the proper json requests inside python?
The text was updated successfully, but these errors were encountered: