Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe1ea72

Browse files
authored
Merge pull requestmiykael#149 from effigies/fix/datalad_command
FIX: Datalad command
2 parents27df96a +4fe3537 commitbe1ea72

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

‎Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
138138
&& pip install --no-cache-dir \
139139
https://github.com/nipy/nipype/tarball/master \
140140
https://github.com/INCF/pybids/tarball/0.7.1 \
141+
niflow-nipype1-workflows \
141142
nilearn \
142143
datalad[full] \
143144
nipy \

‎notebooks/basic_data_input.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
"metadata": {},
652652
"outputs": [],
653653
"source": [
654-
"!datalad get -r -J 4 /data/ds000114/derivatives/freesurfer/sub-01"
654+
"!datalad get -r -J 4-d /data/ds000114/data/ds000114/derivatives/freesurfer/sub-01"
655655
]
656656
},
657657
{

‎notebooks/example_normalize.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"outputs": [],
2828
"source": [
2929
"%%bash\n",
30-
"datalad get -J 4 /data/ds000114/derivatives/fmriprep/sub-0[2345789]/anat/*h5"
30+
"datalad get -J 4-d /data/ds000114/data/ds000114/derivatives/fmriprep/sub-0[2345789]/anat/*h5"
3131
]
3232
},
3333
{

‎notebooks/example_preprocessing.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
"outputs": [],
3333
"source": [
3434
"%%bash\n",
35-
"datalad get -J 4 /data/ds000114/derivatives/fmriprep/sub-*/anat/*preproc.nii.gz\\\n",
36-
" /data/ds000114/sub-*/ses-test/func/*fingerfootlips*"
35+
"datalad get -J 4 -d /data/ds000114\\\n",
36+
" /data/ds000114/derivatives/fmriprep/sub-*/anat/*preproc.nii.gz\\\n",
37+
" /data/ds000114/sub-*/ses-test/func/*fingerfootlips*"
3738
]
3839
},
3940
{

‎notebooks/handson_preprocessing.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
"outputs": [],
3030
"source": [
3131
"%%bash\n",
32-
"datalad get -J 4 /data/ds000114/sub-0[234789]/ses-test/anat/sub-0[234789]_ses-test_T1w.nii.gz\\\n",
33-
" /data/ds000114/sub-0[234789]/ses-test/func/*fingerfootlips*"
32+
"datalad get -J 4 -d /data/ds000114\\\n",
33+
" /data/ds000114/sub-0[234789]/ses-test/anat/sub-0[234789]_ses-test_T1w.nii.gz\\\n",
34+
" /data/ds000114/sub-0[234789]/ses-test/func/*fingerfootlips*"
3435
]
3536
},
3637
{

‎notebooks/introduction_dataset.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
"source": [
6969
"%%bash\n",
7070
"cd /data/ds000114\n",
71-
"datalad get -J 4/data/ds000114/derivatives/fmriprep/sub-*/anat/*preproc.nii.gz\\\n",
72-
"/data/ds000114/sub-01/ses-test/anat\\\n",
73-
"/data/ds000114/sub-*/ses-test/func/*fingerfootlips*"
71+
"datalad get -J 4 derivatives/fmriprep/sub-*/anat/*preproc.nii.gz\\\n",
72+
"sub-01/ses-test/anat\\\n",
73+
"sub-*/ses-test/func/*fingerfootlips*"
7474
]
7575
},
7676
{
@@ -121,7 +121,7 @@
121121
"source": [
122122
"%%bash\n",
123123
"cd /data/ds000114\n",
124-
"datalad get/data/ds000114/sub-01/ses-test/func/sub-01_ses-test_task-linebisection_events.tsv"
124+
"datalad get sub-01/ses-test/func/sub-01_ses-test_task-linebisection_events.tsv"
125125
]
126126
},
127127
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp