Replies: 1 comment 2 replies
-
Hi Beatrice! Can I ask what container you are using and may I see 1) the contents of your init_var file and 2) the command you use to launch the container? Thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I previously asked for this problem in the issues section. Now I post it here. Following @shen4brains advice, I bound the Freesurfer local directory to the container and the relative problem is now solved. However, now running init_vars, another issue came out with the singularity run command
init_vars: line 126: source: activate: file not found
The command looks for SOFTDIR directory, which at line 68 is defined as:
export SOFTDIR=/opt/tvb-pipeline #TO BE MODIFIED BY USER (DEFAULT FOR SINGULARITY)
At line 34 FSL is defined as:
export FSLDIR=/opt/fsl #TO BE MODIFIED BY USER (DEFAULT FOR SINGULARITY)
However, no problems arise from FSL, since it seems that the path to opt directory is the default option for singularity (as for SOFTDIR).
How should we proceed?
Thanks
Beatrice
Beta Was this translation helpful? Give feedback.
All reactions