Skip to content

Commit

Permalink
Merge pull request #13 from cni/dcmupdate
Browse files Browse the repository at this point in the history
Update dcm2niix binary
  • Loading branch information
lmperry authored Dec 1, 2020
2 parents f022957 + e778a6c commit 7dc8144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN pip install \
RUN pip install git+https://github.com/vistalab/scitran-data.git@0ebebcb2f91c9292eb7249425dcaedce50f23804

# Install tagged version of dcm2niix
ENV TAG=v1.0.20200331
ENV TAG=v1.0.20201102
RUN curl -#L https://github.com/rordenlab/dcm2niix/releases/download/$TAG/dcm2niix_lnx.zip \
| bsdtar -xf- -C /usr/bin && chmod +x /usr/bin/dcm2nii*

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"source": "https://github.com/cni/cni-dcm-convert",
"license": "Apache-2.0",
"flywheel": "0",
"version": "2.5.0",
"version": "2.6.0",
"custom": {
"flywheel": {
"suite": "Stanford CNI"
},
"gear-builder": {
"category": "converter",
"image": "stanfordcni/cni-dcm-convert:2.5.0"
"image": "stanfordcni/cni-dcm-convert:2.6.0"
}
},
"config": {
Expand Down

0 comments on commit 7dc8144

Please sign in to comment.