Skip to content

Commit 75db0f7

Browse files
committed
Install heudiconv from pypi
1 parent 9e62ef3 commit 75db0f7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Generated by Neurodocker version 0.4.0.dev2
2-
# Timestamp: 2018-05-22 19:25:04 UTC
1+
# Generated by Neurodocker version 0.4.1-dev
2+
# Timestamp: 2018-07-22 14:06:09 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -76,7 +76,7 @@ RUN npm install -g [email protected]
7676

7777
RUN mkdir /afs /inbox
7878

79-
RUN pip install git+https://github.com/nipy/heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466
79+
RUN pip install heudiconv
8080

8181
ENV PATH="/opt/dcm2niix-v1.0.20180328/bin:$PATH"
8282
RUN apt-get update -qq \
@@ -160,7 +160,7 @@ RUN echo '{ \
160160
\n ], \
161161
\n [ \
162162
\n "run", \
163-
\n "pip install git+https://github.com/nipy/heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466" \
163+
\n "pip install heudiconv" \
164164
\n ], \
165165
\n [ \
166166
\n "dcm2niix", \

Singularity

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Generated by Neurodocker version 0.4.0.dev2
2-
# Timestamp: 2018-05-22 19:25:06 UTC
1+
# Generated by Neurodocker version 0.4.1-dev
2+
# Timestamp: 2018-07-22 14:06:11 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -71,7 +71,7 @@ npm install -g [email protected]
7171

7272
mkdir /afs /inbox
7373

74-
pip install git+https://github.com/nipy/heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466
74+
pip install heudiconv
7575

7676
apt-get update -qq
7777
apt-get install -y -q --no-install-recommends \
@@ -159,7 +159,7 @@ echo '{
159159
\n ],
160160
\n [
161161
\n "run",
162-
\n "pip install git+https://github.com/nipy/heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466"
162+
\n "pip install heudiconv"
163163
\n ],
164164
\n [
165165
\n "dcm2niix",

generate_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generate() {
1212
--install nodejs npm \
1313
--run "npm install -g [email protected]" \
1414
--run "mkdir /afs /inbox" \
15-
--run "pip install git+https://github.com/nipy/heudiconv.git@d3b7077bd24afcae459531889263dde08ae50466" \
15+
--run "pip install heudiconv" \
1616
--dcm2niix version="v1.0.20180328" method="source" \
1717
--run "echo '#!/bin/bash' >> /neurodocker/heudiconv.sh && echo 'heudiconv \"\$@\"' >> /neurodocker/heudiconv.sh && chmod +x /neurodocker/heudiconv.sh" \
1818
--user=reproin \

0 commit comments

Comments
 (0)