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 am trying to run example_preprocessing notebook to figure out whether if my installation is proper. I have datalad installed already.
%%bash
datalad get -J 4 -d /data/ds000114 \
/data/ds000114/derivatives/fmriprep/sub-*/anat/*preproc.nii.gz \
/data/ds000114/sub-*/ses-test/func/*fingerfootlips*
get(impossible): derivatives/fmriprep/sub-*/anat/*preproc.nii.gz [path not associated with any dataset]
get(impossible): sub-*/ses-test/func/*fingerfootlips* [path not associated with any dataset]
action summary:
get (impossible: 2)
[WARNING] path not associated with any dataset [get(/data/ds000114/derivatives/fmriprep/sub-*/anat/*preproc.nii.gz)]
[WARNING] path not associated with any dataset [get(/data/ds000114/sub-*/ses-test/func/*fingerfootlips*)]
The text was updated successfully, but these errors were encountered:
Hello all,
I am trying to run example_preprocessing notebook to figure out whether if my installation is proper. I have datalad installed already.
The text was updated successfully, but these errors were encountered: