Skip to content

Commit

Permalink
adjust ownership of downloaded freesurfer assets + add cite field to …
Browse files Browse the repository at this point in the history
…manifest + bump version number
  • Loading branch information
lmperry committed Mar 15, 2018
1 parent 87a33f4 commit 552d147
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN wget -N -qO- ftp://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/6.0.0/free
RUN apt-get install -y libxt-dev libxmu-dev
ENV FREESURFER_HOME /opt/freesurfer
RUN wget -N -qO- "http://surfer.nmr.mgh.harvard.edu/fswiki/MatlabRuntime?action=AttachFile&do=get&target=runtime2012bLinux.tar.gz" | tar -xz -C $FREESURFER_HOME
RUN chown -R root:root $FREESURFER_HOME

# Make directory for flywheel spec (v0)
ENV FLYWHEEL /flywheel/v0
Expand Down
7 changes: 4 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"author": "Laboratory for Computational Neuroimaging <[email protected]>",
"url": "https://surfer.nmr.mgh.harvard.edu",
"source": "https://github.com/scitran-apps/freesurfer-recon-all",
"license": "GPL-2.0",
"cite": "For citation information, please visit: https://surfer.nmr.mgh.harvard.edu/fswiki/FreeSurferMethodsCitation.",
"license": "Other",
"flywheel": "0",
"version": "0.1.2",
"version": "0.1.3",
"inputs": {
"anatomical": {
"description": "Anatomical NIfTI file or DICOM archive.",
Expand Down Expand Up @@ -84,6 +85,6 @@
}
},
"custom": {
"docker-image": "scitran/freesurfer-recon-all:v0.1.2"
"docker-image": "scitran/freesurfer-recon-all:0.1.3"
}
}

0 comments on commit 552d147

Please sign in to comment.