Skip to content

Commit

Permalink
Merge pull request #1108 from nipreps/enh/drop-fsl-containers
Browse files Browse the repository at this point in the history
ENH: Culminate dropping FSL as a dependency
  • Loading branch information
oesteban committed Apr 4, 2023
2 parents b3c4813 + dfb4f5b commit 21b4aab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions Dockerfile
Expand Up @@ -81,35 +81,6 @@ RUN curl -sSL "https://dl.dropbox.com/s/gwf51ykkk5bifyj/ants-Linux-centos6_x86_6
| tar -xzC $ANTSPATH --strip-components 1
ENV PATH="$ANTSPATH:$PATH"

# Install FSL 5.0.11
RUN curl -sSL https://fsl.fmrib.ox.ac.uk/fsldownloads/fsl-5.0.11-centos7_64.tar.gz | tar zxv --no-same-owner -C /opt \
--exclude='fsl/doc' \
--exclude='fsl/refdoc' \
--exclude='fsl/python/oxford_asl' \
--exclude='fsl/data/possum' \
--exclude='fsl/data/first' \
--exclude='fsl/data/mist' \
--exclude='fsl/data/atlases' \
--exclude='fsl/data/xtract_data' \
--exclude='fsl/extras/doc' \
--exclude='fsl/extras/man' \
--exclude='fsl/extras/src' \
--exclude='fsl/src' \
--exclude='fsl/tcl'

ENV FSLDIR="/opt/fsl" \
PATH="/opt/fsl/bin:$PATH" \
FSLOUTPUTTYPE="NIFTI_GZ" \
FSLMULTIFILEQUIT="TRUE" \
FSLTCLSH="/opt/fsl/bin/fsltclsh" \
FSLWISH="/opt/fsl/bin/fslwish" \
FSLLOCKDIR="" \
FSLMACHINELIST="" \
FSLREMOTECALL="" \
FSLGECUDAQ="cuda.q" \
POSSUMDIR="/opt/fsl" \
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/fsl"

# Unless otherwise specified each process should only use one thread - nipype
# will handle parallelization
ENV MKL_NUM_THREADS=1 \
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -13,7 +13,7 @@ software engineering principles:
#. **Modularity and integrability**: MRIQC implements a
`nipype <http://nipype.readthedocs.io>`_ workflow to integrate modular
sub-workflows that rely upon third party software toolboxes such as
FSL, ANTs and AFNI.
ANTs and AFNI.

#. **Minimal preprocessing**: the MRIQC workflows should be as minimal
as possible to estimate the IQMs on the original data or their minimally
Expand Down

0 comments on commit 21b4aab

Please sign in to comment.