-
Notifications
You must be signed in to change notification settings - Fork 2
Update freesurfer #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JavierGOrdonnez
wants to merge
20
commits into
main
Choose a base branch
from
update-freesurfer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4e588d5
[FEAT] modernization plan
ae20946
update freesurfer using latest Docker Hub image
f23fc60
pin requirements
3d7628e
add dockerignore
b3c97dc
[FIX] build runs again through FSLeyes & wxpython
3ac5809
cleaning up
79ef03d
Update Dockerfile
JavierGOrdonnez 5f810ee
update ci-service-integration-library
986e4e0
Merge branch 'update-freesurfer' of https://github.com/ITISFoundation…
4b91888
[CI] trying to fix GitHub CI
674c341
[CI] keep trying
892baa3
[CI] trying again
f2c74cd
[FIX] revert to explicit declaration
50e6702
[CI] centralize base builder image definitioin
6ff64b1
[CI] revert to previous structure
7f64789
change v2.1.25 by v2.1.27
27dd104
[CI] revert to original CI config with new image
bd6c3e4
[CI] activating verbose in docker build for debugging
b9ea2bc
[CI] fix logging flag
b5ad255
dummy commit
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| # Git files | ||
| .git | ||
| .gitignore | ||
| .gitattributes | ||
|
|
||
| # Documentation | ||
| *.md | ||
| !README.md | ||
| UPDATING_FREESURFER.md | ||
| MODERNIZATION_PLAN.md | ||
|
|
||
| # Docker files (except those needed for build) | ||
| docker-compose*.yml | ||
| MultiStage_Dockerfile | ||
|
|
||
| # Validation and test data | ||
| validation/ | ||
| Fariba_full_pipeline/TVB1/ | ||
|
|
||
| # Python cache | ||
| **/__pycache__ | ||
| **/*.pyc | ||
| **/*.pyo | ||
| **/*.pyd | ||
| .Python | ||
| *.so | ||
| *.egg | ||
| *.egg-info | ||
| dist/ | ||
| build/ | ||
|
|
||
| # IDE and editor files | ||
| .vscode/ | ||
| .idea/ | ||
| *.swp | ||
| *.swo | ||
| *~ | ||
| .DS_Store | ||
|
|
||
| # Temporary files | ||
| *.tmp | ||
| *.log | ||
| .cache/ | ||
|
|
||
| # Jupyter notebook checkpoints | ||
| .ipynb_checkpoints/ | ||
|
|
||
| # Only include specific notebooks needed in the image | ||
| validation/workspace/*.ipynb | ||
| !README.ipynb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,20 @@ | ||
| # JupyterLab for Medical Image Processing (MedImProc) | ||
|
|
||
| <!-- TODO'S | ||
| - DONE fix build process | ||
| - bump version to 2.2.0 after bump in FreeSurfer + make sure pipeline Fariba runs end to end | ||
| - add version details in the README | ||
| - add badges | ||
| - then keep going through modernization plan (reduce image size, build time etc); add these learning to my Obsidian notes | ||
JavierGOrdonnez marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - in future, download FreeSurfer 8.1.0 .deb and put in filesrv and fetch from there (like in ASCENT service) so we can have the latest version without increasing build time | ||
| --> | ||
|
Comment on lines
+3
to
+10
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please address this TODO and remove it |
||
|
|
||
| This is the source code of the JupyterLab Medical Image Processing OSPARC service. It is mostly centered on MRI data, and contains the following packages: | ||
| "[JupyterLab](https://jupyter.org/) with a variety of Medical Image Processing packages pre-installed, mostly centered on MRI data: | ||
| - [FSL](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki), a comprehensive library of analysis tools for FMRI, MRI and DTI brain imaging data. | ||
| - [FreeSurfer](https://surfer.nmr.mgh.harvard.edu/), an open source neuroimaging toolkit for processing, analyzing, and visualizing human brain MR images- | ||
| - [FreeSurfer](https://surfer.nmr.mgh.harvard.edu/) version 7.4.1 (June 2023), an open source neuroimaging toolkit for processing, analyzing, and visualizing human brain MR images. | ||
| - [MRtrix3](https://www.mrtrix.org/) provides a set of tools to perform various types of diffusion MRI analyses. | ||
| - [Spinal Cord Toolbox](https://spinalcordtoolbox.com/), a comprehensive, free and open-source set of command-line tools dedicated to the processing and analysis of spinal cord MRI data. | ||
| <!-- - [Spinal Cord Toolbox](https://spinalcordtoolbox.com/), a comprehensive, free and open-source set of command-line tools dedicated to the processing and analysis of spinal cord MRI data. --> | ||
| - [Synb0 Disco](https://github.com/MASILab/Synb0-DISCO#readme), for distortion correction of diffusion weighted MRI without reverse phase-encoding scans or field-maps. | ||
| - Python packages like [nibabel](https://nipy.org/nibabel/), [pyvista](https://docs.pyvista.org/version/stable/), [fsleyes](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes) and [cc3d](https://github.com/seung-lab/connected-components-3d#readme). | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| nibabel | ||
| pyvista | ||
| # Medical image processing and visualization packages | ||
| # Pinned versions for reproducibility (checked December 2025) | ||
|
|
||
| PyOpenGL | ||
| PyOpenGL_accelerate | ||
| fsleyes | ||
| connected-components-3d | ||
| nibabel==5.3.2 # 23 Oct 2024 | ||
| pyvista==0.46.4 # 30 Oct 2025 | ||
| PyOpenGL==3.1.10 # 18 Aug 2025 | ||
| PyOpenGL_accelerate==3.1.10 # 18 Aug 2025 | ||
| fsleyes==1.16.3 # 21 Nov 2025 | ||
| connected-components-3d==3.26.1 # 3 Nov 2025 | ||
JavierGOrdonnez marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.