I have installed docker and the required packages and everything went well until the moment that I had to run the code (the fmriprep_singleSubj.sh from the tutorial). I have tried many things but nothings seems to work, it either does nothing (when for example I try bash fmripr.sh) or a couple of times it gave me a permission denied error when I used ./ to run it. I have tried to run it form the windows command prompt, from the ubuntu, from the power shell, I tried as an administrator, I checked that it has the permissions required and nothing has worked so far so I 'd appreciate any leads
To fix permission errors, you can usually allow something to run as a program by right clicking the file and going to properties menu (but exact method depends on your OS). In general, you should try to use a Linux shell if possible (ubuntu or install cygwin if you want to use Windows). Did the code I posted worked (after changing it to match your needs)?
I did all the things you mentioned but nothing seems to work. As far as I understand the problem is not the code but the fact that I cannot run the .sh file at all. It’s not that it runs and it gives me an error or something, it doesn’t run at all.