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
has ImagingSessionPaths that starts from the root of the dataset instead of the root of the source filesystem (although this could be hard to infer without knowing the actual FS structure)
BUT, not all datasets with a GitHub URL are DataLad datasets!
Some ideas: see if there's a datalad command that checks if a link resolves to a valid DataLad dataset, or a dry-run version of e.g., datalad install / datalad clone that will error out for non-DataLad datasets
Is the dataset aggregated (i.e., subject-level results protected) or not?
Can check that the value for the subject_data key is the string protected
The text was updated successfully, but these errors were encountered:
alyssadai
added
flag:discuss
Flag issue that needs to be discussed before it can be implemented.
and removed
flag:detail needed
Issue requires additional clarification before a decision can be made or it can be implemented.
labels
Jan 24, 2025
The results card for a dataset matching a given query should display additional info including:
This info must be extracted from details for the matching dataset in the response the query tool receives from the API (for example response, see https://github.com/neurobagel/neurobagel_examples/blob/5690cd4f42ca9df9651e93d488b9acad3cdf3213/api-responses/fapi_query_success_200.json).
PortalURI
that's a DataLad URL (e.g., INDI node: https://datasets.datalad.org/abide/RawDataBIDS/Caltech) or a GitHub URL (e.g., OpenNeuro node: https://github.com/OpenNeuroDatasets-JSONLD/ds003633.git)ImagingSessionPath
s that starts from the root of the dataset instead of the root of the source filesystem (although this could be hard to infer without knowing the actual FS structure)datalad
command that checks if a link resolves to a valid DataLad dataset, or a dry-run version of e.g.,datalad install
/datalad clone
that will error out for non-DataLad datasetssubject_data
key is the stringprotected
The text was updated successfully, but these errors were encountered: