File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ docker run --rm kaczmarj/neurodocker:v0.3.2 generate \
17
17
nilearn datalad[full] nipy duecredit" \
18
18
env_name=" neuro" \
19
19
activate=True \
20
- --run " source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main" \
20
+ --run-bash " source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main" \
21
21
--user=root \
22
22
--run ' mkdir /data && chmod 777 /data && chmod a+s /data' \
23
23
--run ' mkdir /output && chmod 777 /output && chmod a+s /output' \
24
24
--user=neuro \
25
- --run ' source activate neuro && cd /data && datalad install -r ///workshops/nih-2017/ds000114 && cd ds000114 && datalad update -r && datalad get -r sub-01/ses-test/anat sub-01/ses-test/func/*fingerfootlips*' \
25
+ --run-bash ' source activate neuro && cd /data && datalad install -r ///workshops/nih-2017/ds000114 && cd ds000114 && datalad update -r && datalad get -r sub-01/ses-test/anat sub-01/ses-test/func/*fingerfootlips*' \
26
26
--run ' curl -L https://files.osf.io/v1/resources/fvuh8/providers/osfstorage/580705089ad5a101f17944a9 -o /data/ds000114/derivatives/fmriprep/mni_icbm152_nlin_asym_09c.tar.gz && tar xf /data/ds000114/derivatives/fmriprep/mni_icbm152_nlin_asym_09c.tar.gz -C /data/ds000114/derivatives/fmriprep/. && rm /data/ds000114/derivatives/fmriprep/mni_icbm152_nlin_asym_09c.tar.gz && find /data/ds000114/derivatives/fmriprep/mni_icbm152_nlin_asym_09c -type f -not -name ?mm_T1.nii.gz -not -name ?mm_brainmask.nii.gz -not -name ?mm_tpm*.nii.gz -delete' \
27
27
--copy . " /home/neuro/nipype_tutorial" \
28
28
--run
' printf "[user]\n\tname = miykael\n\temail = [email protected] \n" > ~/.gitconfig' \
You can’t perform that action at this time.
0 commit comments