-
replying to @bendichter I realized that we do not anyhow return a blob_id associated with the asset whenever listing assets. metadata should not have it I guess because it is dandi archive specific i…
-
Primarily to facilitate automated testing/interaction with webui, originally came up in https://github.com/dandi/dandi-api-webshots/issues/1 for which we had to move webshots to be done on a dedicated…
-
ATM that one reports
```json
{
"version": "1.0.0",
"cli-minimal-version": "0.6.0",
"cli-bad-versions": [],
"services": {
"girder": {
"url": "https://girder.dandiarchive.org"
},
"webui": {
"…
-
I guess it is all for the ultimate goal of the mutable metadata records, but stripping away populating contentUrl " on the fly ", I believe is what broke https://github.com/dandi/dandisets/blob/master…
-
In the metadata for an individual NWB file shown on the right side panel when selecting a file, all of the text has been converted to lower case. I don't think this should be done because in the best …
-
there is already a stab https://github.com/dandi/dandi-api-webshots/blob/master/tools/make_webshots.py#L49 but we would need to have authenticated session (based on having `DANDI_API_KEY` env var prov…
-
girder will eventually deprecated. We will need to do the following
- whenever dandi-api instance is populated with data, adjust the scripts to interact with dandi-api instance instead of girder one…
-
I am still uploading https://gui-beta-dandiarchive-org.netlify.app/#/dandiset/000020 which is large in numer of files. To check if I can publish while it is being uploaded (as it was suggested on wha…
-
Dear developers,
I am experiencing some difficulties with uploading files to DANDI. I am using `dandi==0.12.1` on Ubuntu Server 20.04 LTS. With the `dandiset.yaml` properly in place and having expo…
-
Can we "reserve" a tag in the table.csv for a custom, based on AWS S3 ETag (md5 of chunk md5s) + chunk size + total size.
Background: For our project (DANDI archive, https://github.com/dandi/dandi-…