-
Dear BrainVISA team, I've got my workflows set up to run the "Import FreeSurfer grey/white segmentation to Morphologist" on a high performance cluster for a big database. I get some errors when scaling up the number of subjects I run using this workflow, and it seems that it may be related to the processings that are internally parallelized, like the "cortical folds graph" and "sulci recognition using CNN" as mentioned in issue #70 Set CPU usage for BrainVISA on HPC. Thank you kindly! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
I have added parameters in both Morphologist main pipeline and the Import_FROM_FreeSurfer_TO_Morpho process, in the master git branches. If I remember, you are using a developer container and can update / rebuild from sources ? If not you have to download the modified process, https://github.com/brainvisa/brainvisa_freesurfer/blob/master/brainvisa/toolboxes/freesurfer/processes/Import/Import_FROM_FreeSurfer_TO_Morpho.py and save it in your |
Beta Was this translation helpful? Give feedback.
I have added parameters in both Morphologist main pipeline and the Import_FROM_FreeSurfer_TO_Morpho process, in the master git branches. If I remember, you are using a developer container and can update / rebuild from sources ? If not you have to download the modified process, https://github.com/brainvisa/brainvisa_freesurfer/blob/master/brainvisa/toolboxes/freesurfer/processes/Import/Import_FROM_FreeSurfer_TO_Morpho.py and save it in your
~/.brainvisa/processes/
directory so that it will get used instead of the former one.Denis