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
ok, troubleshooted to the data bug -- has - instead of _ to separate session for subject id in sub-SP002-ses-MRI, thus making that file to define having subject id SP002-ses-MRI. We really should look into using proper bids-validator here :-/
note to future myself -- underlying function is actually within dandischema. Here is the code snippet to load dumped in swagger result and run summary on it to see what is going etc
❯ cat try_stats.py
import json
resp = json.loads(open('/tmp/response_1706639141849.json').read())
from dandischema.metadata import *
aggregate_assets_summary(_['metadata'] for _ in resp['results'])
happens on an embargoed dandiset 000874 for which we show
which has one participant (according to metadata):
with following folders for that subject
and some files do have
_sample-
entities with 4 different values. But overall not clear if4
is really want we want there.The text was updated successfully, but these errors were encountered: