-
Notifications
You must be signed in to change notification settings - Fork 55
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
New container mrtrix3 3.0.4 #618
Comments
@joelleinkauf - can you test if this container works? |
Works well now, thank you so much! |
Sorry to bother again, but it seems as though the issue is not yet resolved. After module load I tried the command but it again did not find the liblapack3 and showed me again: " ACPCdetect not installed". Do you have any idea why this could be? |
Can you post here, which commands exactly you are running? Could it be that you installed ACPCdetect outside of the mrtrix container separately? |
OK, so I think I know what's going on: You have acpcdetect installed outside of the mrtrix container and when calling 5ttgen through the module system you cannot see this binary: acpcdetect needs to be installed inside the mrtrix container. I will try that now. |
Ok, can you try again? Before you try your script, can you check that acpcdetect is found and is pointing to /cvmfs/neurodesk.ardc.edu.au/containers/mrtrix3_3.0.4_20240319/acpcdetect
|
Thank you for your time, and indeed I was wondering that too! Now I tried it like you told me to: "ml mrtrix3/3.0.4" , "which acpcdetect" - and it was pointing to the container path- "/cvmfs/neurodesk.ardc.edu.au/containers/mrtrix3_3.0.4_20240319/acpcdetect", then I tried running 5ttgen normally "5ttgen ..." and I got the same error again: "ACPCdetect not installed". |
When I run 5ttgen after that module load I am not getting this error. Can you send me a minimal example that produces this error? |
Here is the snippet: |
Ok, I think I found the problem. 5ttgen doesn't actually check if acpcdetect is installed, it looks for an environmentvariable called ARTHOME so setting this:
before running 5ttgen works Can you quickly test and then I will build that into the image |
Great, tried it with module load and "export SINGULARITYENV_ARTHOME=/opt/acpcdetect_V2.1/" and it works well now! |
Great :) Thank you for confirming. It's released now and incorporated in the mrtrix3_3.0.4_20240320 container and you don't need the export SINGULARITYENV_ARTHOME=/opt/acpcdetect_V2.1/ anymore :) |
There is a new container by @stebo85, use this command to test:
If test was successful, then add to apps.json to release:
https://github.com/NeuroDesk/neurocommand/edit/main/neurodesk/apps.json
Please close this issue when completed :)
The text was updated successfully, but these errors were encountered: