File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
generate () {
4
+ # neurodocker generate "$1" \
4
5
docker run --rm kaczmarj/neurodocker:master generate " $1 " \
5
6
--base=neurodebian:stretch \
6
7
--pkg-manager=apt \
7
- --install vim wget strace time ncdu gnupg curl procps datalad \
8
+ --install vim wget strace time ncdu gnupg curl procps datalad pigz \
8
9
git-annex-standalone python-nipype virtualenv \
9
10
python-dcmstack python-configparser python-funcsigs \
10
11
python-pytest dcmtk python-pip python-wheel python-setuptools python-datalad \
11
12
--run " curl -sL https://deb.nodesource.com/setup_6.x | bash - " \
12
13
--install nodejs npm \
13
- --run " npm install -g bids-validator@0.26.11 " \
14
+ --run " npm install -g bids-validator@1.1.1 " \
14
15
--run " mkdir /afs /inbox" \
15
16
--run " pip install heudiconv" \
16
- --dcm2niix version=" v1.0.20180622 " method=" source" \
17
+ --dcm2niix version=" v1.0.20181125 " method=" source" \
17
18
--run " echo '#!/bin/bash' >> /neurodocker/heudiconv.sh && echo 'heudiconv \"\$ @\" ' >> /neurodocker/heudiconv.sh && chmod +x /neurodocker/heudiconv.sh" \
18
19
--user=reproin \
19
20
--entrypoint " /neurodocker/heudiconv.sh"
You can’t perform that action at this time.
0 commit comments