Skip to content

Commit 4c2e885

Browse files
committed
tst: remove dcm2niix and datalad testing until neurodocker fixes
1 parent 43c43a7 commit 4c2e885

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker/generate_dockerfiles.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ function generate_base_dockerfile() {
6969
--label maintainer="The nipype developers https://github.com/nipy/nipype" \
7070
--spm version=12 matlab_version=R2017a \
7171
--afni version=latest install_python2=true \
72-
--freesurfer version=6.0.0 min=true --dcm2niix version=v1.0.20171215 \
72+
--freesurfer version=6.0.0 min=true \
7373
--run 'echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IC9vcHQvZnJlZXN1cmZlci9saWNlbnNlLnR4dAo=" | base64 -d | sh' \
7474
--install ants apt-utils bzip2 convert3d file fsl-core fsl-mni152-templates \
75-
fusefat g++ git graphviz make ruby unzip xvfb git-annex-standalone \
75+
fusefat g++ git graphviz make ruby unzip xvfb \
7676
--add-to-entrypoint "source /etc/fsl/fsl.sh" \
7777
--env ANTSPATH='/usr/lib/ants' PATH='/usr/lib/ants:$PATH' \
7878
--run "gem install fakes3" \

nipype/info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def get_nipype_gitversion():
165165
'xvfbwrapper': ['xvfbwrapper'],
166166
'pybids': ['pybids'],
167167
'ssh': ['paramiko'],
168-
'data': ['datalad']
169168
# 'mesh': ['mayavi'] # Enable when it works
170169
}
171170

0 commit comments

Comments
 (0)