Skip to content

Commit

Permalink
Try using old version of FSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Apr 12, 2024
1 parent 1498adb commit 93ea971
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,20 @@ RUN apt-get update -qq \
fi \
&& ldconfig

# Install FSL from old ASLPrep version
# Based on https://github.com/ReproNim/neurodocker/blob/a87693e5676e7c4d272bc4eb8285f9232860d0ff/neurodocker/templates/fsl.yaml
RUN curl -fsSL https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinstaller.py | python3 - -d /opt/fsl-6.0.7.1 -V 6.0.7.1
ENV FSLDIR="/opt/fsl-6.0.7.1" \
PATH="$PATH:/opt/fsl-6.0.7.1/bin" \
FSLOUTPUTTYPE="NIFTI_GZ" \
FSLMULTIFILEQUIT="TRUE" \
FSLTCLSH="/opt/fsl-6.0.7.1/bin/fsltclsh" \
FSLWISH="/opt/fsl-6.0.7.1/bin/fslwish" \
FSLLOCKDIR="" \
FSLMACHINELIST="" \
FSLREMOTECALL="" \
FSLGECUDAQ="cuda.q"

# Install files from stages
COPY --from=freesurfer /opt/freesurfer /opt/freesurfer
COPY --from=afni /opt/afni-latest /opt/afni-latest
Expand Down
10 changes: 0 additions & 10 deletions env.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: aslprep
channels:
- https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/public/
- conda-forge
# Update this ~yearly; last updated Jan 2024
dependencies:
Expand All @@ -27,15 +26,6 @@ dependencies:
- pandoc=3.1
# Workflow dependencies: ANTs
- ants=2.5
# Workflow dependencies: FSL (versions pinned in 6.0.7.7)
- fsl-bet2=2111.4
- fsl-flirt=2111.2
- fsl-fast4=2111.3
- fsl-fugue=2201.4
- fsl-mcflirt=2111.0
- fsl-miscmaths=2203.2
- fsl-oxford_asl=v4.0.28
- fsl-topup=2203.2
- pip
variables:
FSLOUTPUTTYPE: NIFTI_GZ

0 comments on commit 93ea971

Please sign in to comment.