Skip to content

Commit 5762511

Browse files
authored
Merge pull request miykael#60 from miykael/normalize_h5_files
Reduces the h5 datalad download in example_normalize.ipynb to the 7 subjects
2 parents 9e047cc + 781bb1e commit 5762511

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notebooks/example_normalize.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"outputs": [],
2828
"source": [
2929
"%%bash\n",
30-
"datalad get -J4 /data/ds000114/derivatives/fmriprep/sub-*/anat/*h5"
30+
"datalad get -J4 /data/ds000114/derivatives/fmriprep/sub-0[2345789]/anat/*h5"
3131
]
3232
},
3333
{
3434
"cell_type": "markdown",
3535
"metadata": {},
3636
"source": [
37-
"**Note:** This might take a while, as datalad needs to download ~1000MB of data"
37+
"**Note:** This might take a while, as datalad needs to download ~710MB of data"
3838
]
3939
},
4040
{
@@ -580,7 +580,7 @@
580580
"metadata": {
581581
"anaconda-cloud": {},
582582
"kernelspec": {
583-
"display_name": "Python 3",
583+
"display_name": "Python [default]",
584584
"language": "python",
585585
"name": "python3"
586586
},
@@ -594,7 +594,7 @@
594594
"name": "python",
595595
"nbconvert_exporter": "python",
596596
"pygments_lexer": "ipython3",
597-
"version": "3.6.3"
597+
"version": "3.6.4"
598598
}
599599
},
600600
"nbformat": 4,

0 commit comments

Comments
 (0)