File Permissions issues for MCRIBS outputs #391
Unanswered
scott-huberty
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running the latest version of Nibabies (24) using Singularity on an HPC.
For some reason, a lot of the files being written to
out/sourcedata/mcribs
Grant no permissions. This causes Nibabies to crash when the pipeline tries to access those files downstream in the pipeline. Here is just one examplecommand
upon further inspection of this file, you see what I mean:
Right now the work around seems to be changing the permissions for these files and running the pipeline again (leaving the
work
andout
directories intact so Nibabies hopefully picks up where it left off). 🤞e.g.
Not sure if this is something that can/should be fixed by specifying the permissions when writing the files. If so, I really hope that the fix can be made in the Python stack (e.g. in Nibabies or Nipype).
Beta Was this translation helpful? Give feedback.
All reactions