Skip to content

Commit 56a9e7b

Browse files
authored
Merge pull request #25 from yarikoptic/rf-install-neurodebian
RF: install dcm2niix and heudiconv from neurodebian
2 parents ba60d86 + 06d8ffa commit 56a9e7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate_container.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ generate() {
1212
git-annex-standalone python-nipype virtualenv \
1313
python-dcmstack python-configparser python-funcsigs \
1414
python-pytest dcmtk python-pip python-wheel python-setuptools python-datalad \
15+
heudiconv dcm2niix \
1516
--run "curl -sL https://deb.nodesource.com/setup_6.x | bash - "\
1617
--install nodejs npm \
1718
--run "npm install -g [email protected]" \
1819
--run "mkdir /afs /inbox" \
19-
--run "pip install heudiconv" \
20-
--dcm2niix version="v1.0.20181125" method="source" \
2120
--run "echo '#!/bin/bash' >> /neurodocker/heudiconv.sh && echo 'heudiconv \"\$@\"' >> /neurodocker/heudiconv.sh && chmod +x /neurodocker/heudiconv.sh" \
2221
--user=reproin \
2322
--entrypoint "/neurodocker/heudiconv.sh"

0 commit comments

Comments
 (0)