Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
upgrade dcm2niix algo to 1.0.20190410
Browse files Browse the repository at this point in the history
  • Loading branch information
lmperry committed Jul 10, 2019
1 parent 0d06b48 commit f41b2b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update -qq \
python-nibabel

# Compile DCM2NIIX from source
ENV DCMCOMMIT=3d74eabceeaab57213e9ffef91c96de128ac5150
ENV DCMCOMMIT=54cfd5176cb9f50c1c66d2f2e96beadf60e2edb4
RUN curl -#L https://github.com/rordenlab/dcm2niix/archive/$DCMCOMMIT.zip | bsdtar -xf- -C /usr/local
WORKDIR /usr/local/dcm2niix-${DCMCOMMIT}/build
RUN cmake -DUSE_OPENJPEG=ON -MY_DEBUG_GE=ON ../ && \
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"source": "https://github.com/scitran-apps/dcm2niix",
"license": "BSD-2-Clause",
"flywheel": "0",
"version": "0.7.8_1.0.20181114",
"version": "0.7.8_1.0.20190410",
"custom": {
"docker-image": "scitran/dcm2niix:0.7.8_1.0.20181114",
"docker-image": "scitran/dcm2niix:0.7.8_1.0.20190410",
"flywheel": {
"uid": 1000,
"gid": 1000,
"suite": "SciTran"
},
"gear-builder": {
"category": "converter",
"image": "scitran/dcm2niix:0.7.8_1.0.20181114"
"image": "scitran/dcm2niix:0.7.8_1.0.20190410"
}
},
"config": {
Expand Down

0 comments on commit f41b2b9

Please sign in to comment.