Skip to content

Commit 6f03df6

Browse files
committed
FIX Only download subject 1's anat
1 parent 2fd00d3 commit 6f03df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/introduction_dataset.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"%%bash\n",
7070
"cd /data/ds000114\n",
7171
"datalad get -J 4 /data/ds000114/derivatives/fmriprep/sub-*/anat/*preproc.nii.gz \\\n",
72-
" /data/ds000114/sub-*/ses-test/anat/* \\\n",
72+
" /data/ds000114/sub-01/ses-test/anat \\\n",
7373
" /data/ds000114/sub-*/ses-test/func/*fingerfootlips*"
7474
]
7575
},

0 commit comments

Comments
 (0)