-
Notifications
You must be signed in to change notification settings - Fork 0
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
Easy tool to download nwb file #27
Comments
@faezeamin also wants this-- and she mentioned she'd want to know if there are videos. David gave me this API for programmatically attaching NWB data-assetes https://docs.codeocean.com/user-guide/v2.22.0/code-ocean-api/capsule#attach-data-assets each request can only take about a list of 100 data assets. for questions, ask david feng. sample code from the link.
Passed this to @ulisespereira bc he expressed interest to help + wanted data. |
@irisstone fixed this, giving us this script. you can do at most 100 at a time.
capsule_id can be pulled from metadata tab (if capsule isn't running) or from env vars ( and then everything attaches like this: This needs to be made into a function, then put into a PR. |
@ZhixiaoSu figuerd out that there was around a 200 session limit to code ocean. (11/27/2024) TODO for Sue:
|
@rachelstephlee and I imagine a workflow that we download a handful of NWB files to develop packages locally
We would like a programmatic way to do this, with flags for separating video, or other large attributes.
The text was updated successfully, but these errors were encountered: