forked from freesurfer/freesurfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaks for containers, infant stream and gems (freesurfer#864)
* [FIX] making infant stream compatible with latest niftireg (1.3.9) * [WIP] adding binaries needed for infant stream * [WIP] more robust cmake setings * [WIP] cmake support for INFANT_MODULE AND MINIMAL * [WIP] reverting niftyreg tweak now that version is correct * [WIP] adding infant stream python reqs * [WIP] neurodocker entrypoint * [FIX] entrypoint * [FIX] entrypoint perm fix * [WIP] updating infant py reqs * [WIP] install infant entrypoint * [FIX] fs dir structure * [FIX] harden against top-level files in subject dir * [ENH] to support samseg vis * [WIP] inital attempt at recalc script * [WIP] cleanup and argparse * [FIX] std:: namespace ref * [WIP] helpful debug msg * [WIP] comments and cleanup
- Loading branch information
Showing
11 changed files
with
325 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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,9 @@ | ||
#!/bin/bash | ||
|
||
# Symlink the volume_mounted model files to where FreeSurfer expects them | ||
mkdir -p $FREESURFER_HOME/average/sscnn_skullstripping | ||
ln -s $FS_INFANT_MODEL/sscnn_skullstrip/cor_sscnn.h5 $FREESURFER_HOME/average/sscnn_skullstripping/cor_sscnn.h5 | ||
ln -s $FS_INFANT_MODEL/sscnn_skullstrip/ax_sscnn.h5 $FREESURFER_HOME/average/sscnn_skullstripping/ax_sscnn.h5 | ||
ln -s $FS_INFANT_MODEL/sscnn_skullstrip/sag_sscnn.h5 $FREESURFER_HOME/average/sscnn_skullstripping/sag_sscnn.h5 | ||
|
||
eval "$@" |
This file contains 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,41 @@ | ||
absl-py==0.11.0 | ||
bleach==1.5.0 | ||
certifi==2020.12.5 | ||
cycler==0.10.0 | ||
decorator==4.4.2 | ||
h5py==2.10.0 | ||
html5lib==0.9999999 | ||
imageio==2.9.0 | ||
importlib-metadata==3.4.0 | ||
joblib==1.0.0 | ||
Keras==2.2.2 | ||
Keras-Applications==1.0.4 | ||
Keras-Preprocessing==1.0.2 | ||
kiwisolver==1.3.1 | ||
Markdown==3.3.3 | ||
matplotlib==3.3.3 | ||
networkx==2.5 | ||
nibabel==3.2.1 | ||
numexpr==2.7.2 | ||
numpy==1.19.5 | ||
packaging==20.8 | ||
Pillow==8.1.0 | ||
protobuf==3.14.0 | ||
psutil==5.8.0 | ||
pyparsing==2.4.7 | ||
python-dateutil==2.8.1 | ||
PyWavelets==1.1.1 | ||
PyYAML==5.3.1 | ||
scikit-image==0.17.2 | ||
scikit-learn==0.24.0 | ||
scipy==1.5.3 | ||
six==1.15.0 | ||
sklearn==0.0 | ||
tables==3.6.1 | ||
tensorflow==1.5.0 | ||
tensorflow-tensorboard==1.5.1 | ||
threadpoolctl==2.1.0 | ||
tifffile==2020.9.3 | ||
typing-extensions==3.7.4.3 | ||
Werkzeug==1.0.1 | ||
zipp==3.4.0 |
This file contains 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 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 |
---|---|---|
|
@@ -16,3 +16,7 @@ pandas | |
matplotlib | ||
transforms3d | ||
scikit-image==0.16.2 | ||
|
||
## Samseg vis | ||
pyqtgraph | ||
PyQt5 |
This file contains 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
Oops, something went wrong.