Skip to content

Commit 5a92cca

Browse files
committed
chore: Remove unused FSL and AFNI tools
1 parent 3d38ea0 commit 5a92cca

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ RUN mkdir -p /opt/afni-latest \
7272
--exclude "linux_openmp_64/meica.libs" \
7373
# Keep only what we use
7474
&& find /opt/afni-latest -type f -not \( \
75-
-name "3dTshift" -or \
7675
-name "3dUnifize" -or \
7776
-name "3dAutomask" -or \
78-
-name "3dvolreg" \) -delete
77+
\) -delete
7978

8079
# PETPVC
8180
FROM downloader AS petpvc

REFERENCES.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,18 @@
1313
| **FSL** | | https://doi.org/10.1016/j.neuroimage.2004.07.051 https://doi.org/10.1016/j.neuroimage.2008.10.055 https://doi.org/10.1016/j.neuroimage.2011.09.015
1414
| FAST | https://doi.org/10.1109/42.906424 | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FAST |
1515
| BET | https://doi.org/10.1002/hbm.10062 | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/BET |
16-
| FLIRT | https://doi.org/10.1006/nimg.2002.1132 https://doi.org/10.1016/S1361-8415(01)00036-6 | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FLIRT; https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FLIRT_BBR |
17-
| MCFLIRT | https://doi.org/10.1006/nimg.2002.1132 | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/MCFLIRT |
18-
| SUSAN | https://doi.org/10.1023/A:1007963824710 | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/SUSAN |
19-
| MELODIC | | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/MELODIC |
20-
| PRELUDE & FUGUE | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FUGUE/Guide | https://nipype.readthedocs.io/en/latest/interfaces/generated/workflows.dmri/fsl.utils.html#cleanup-edge-pipeline |
2116
| **AFNI** | | https://doi.org/10.1006/cbmr.1996.0014; https://doi.org/10.1016/j.neuroimage.2011.08.056
2217
| 3dvolreg | | https://afni.nimh.nih.gov/pub/dist/doc/program_help/3dvolreg.html |
23-
| 3dTshift | | https://afni.nimh.nih.gov/pub/dist/doc/program_help/3dTshift.html |
2418
| 3dUnifize | | https://afni.nimh.nih.gov/pub/dist/doc/program_help/3dUnifize.html |
2519
| 3dAutomask | | https://afni.nimh.nih.gov/pub/dist/doc/program_help/3dAutomask.html |
2620
| **Power, et al. (2012) measures** | https://doi.org/10.1016/j.neuroimage.2011.10.018 | |
2721
| DVARS | https://arxiv.org/abs/1704.01469 https://doi.org/10.1101/125021 | https://nipype.readthedocs.io/en/latest/interfaces/generated/nipype.algorithms.confounds.html#computedvars |
2822
| Framewise displacement | | https://nipype.readthedocs.io/en/latest/interfaces/generated/nipype.algorithms.confounds.html#framewisedisplacement |
2923
| **Other**
30-
| a/tCompCor | https://doi.org/10.1016/j.neuroimage.2007.04.042 | https://nipype.readthedocs.io/en/latest/api/generated/nipype.algorithms.confounds.html#nipype-algorithms-confounds-compcor |
3124
| Connectome Workbench | | https://humanconnectome.org/software/connectome-workbench
32-
| phdiff2fmap | https://doi.org/10.1006/nimg.2001.1054 | https://fmriprep.readthedocs.io/en/stable/sdc/estimation.html#fmriprep.interfaces.fmap.phdiff2fmap |
3325
| nibabel | https://doi.org/10.5281/zenodo.60808 | https://github.com/nipy/nibabel/ |
3426
| nilearn | https://doi.org/10.3389/fninf.2014.00014 | https://github.com/nilearn/nilearn/ |
3527
| nipype | https://doi.org/10.3389/fninf.2011.00013 https://doi.org/10.5281/zenodo.581704 | https://github.com/nipy/nipype/ |
36-
| convert3d | | https://sourceforge.net/projects/c3d/ |
3728
| **Graphics**
3829
| seaborn | https://doi.org/10.5281/zenodo.883859 | https://github.com/mwaskom/seaborn |
3930
| matplotlib 2.0.0 | https://doi.org/10.5281/zenodo.248351 | https://github.com/matplotlib/matplotlib |

env.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,8 @@ dependencies:
3030
# Workflow dependencies: Connectome Workbench
3131
- connectome-workbench-cli=2.0
3232
# Workflow dependencies: FSL (versions pinned in 6.0.7.17.20250415.fe1c582e)
33-
- fsl-bet2=2111.8
34-
- fsl-flirt=2111.4
3533
- fsl-fast4=2111.3
36-
- fsl-fugue=2201.5
37-
- fsl-mcflirt=2111.0
3834
- fsl-miscmaths=2412.4
39-
- fsl-topup=2203.5
4035
- pip
4136
- pip:
4237
- -r requirements.txt

0 commit comments

Comments
 (0)