Skip to content

Using executables from multiple containers #261

Closed Answered by stebo85
npavlovikj asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @npavlovikj

Excellent question :)

The reason that mris_convert cannot be found in your example is the following:

Once you execute @SUMA_Make_Spec_FS

then this is running inside the afni container and this script can only see things that are on the path inside the afni container. You are using
the afni/21.2.00 container, which didn't have mris_convert included yet. If you switch to a later afni container version (e.g. 23.0.07) mris_convert is included and on the path inside the afni container, so your error will disappear :)

The module loading of executables will only work if binaries are not nested, e.g. you can call @SUMA_Make_Spec_FS and it will run inside afni and you can call mri…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@npavlovikj
Comment options

Answer selected by stebo85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants