nipype_tutorial icon indicating copy to clipboard operation
nipype_tutorial copied to clipboard

[WARNING] path not associated with any dataset

Open TamerGezici opened this issue 5 years ago • 0 comments

Hello all,

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*)]

TamerGezici avatar Dec 22 '20 11:12 TamerGezici