Hi Tractoflow team,
I am using Tractoflow pipeline with Singularity to process DWI data on ComputeCananda.
I could run the pipeline well before via StdEnv/2018.3; however, these days the environment was updated on ComputeCanada (StdEnv/2020), and when I changed to the old environment ( StdEnv/2018.3, also loaded the modules I used before) to test the pipeline, it always gives me the error like that below.
[warm up] executor > local
[ea/30677c] Submitted process > README (README)
[ba/0b01e7] Submitted process > Denoise_T1 (sub-MTL0002)
[53/ae4ffa] Submitted process > Denoise_DWI (sub-MTL0002)
[b7/dd21fb] Submitted process > Bet_Prelim_DWI (sub-MTL0002)
[ea/30677c] NOTE: Missing output file(s) readme.txt
expected by process README (README)
– Execution is retried (1)
[e6/645b50] Re-submitted process > README (README)
[53/ae4ffa] NOTE: Process Denoise_DWI (sub-MTL0002)
terminated with an error exit status (1) – Execution is retried (1)
[60/4e3b16] Re-submitted process > Denoise_DWI (sub-MTL0002)
[b7/dd21fb] NOTE: Process Bet_Prelim_DWI (sub-MTL0002)
terminated with an error exit status (2) – Execution is retried (1)
[e6/645b50] NOTE: Missing output file(s) readme.txt
expected by process README (README)
– Execution is retried (2)
[bc/25bc57] Re-submitted process > Bet_Prelim_DWI (sub-MTL0002)
[60/4e3b16] NOTE: Process Denoise_DWI (sub-MTL0002)
terminated with an error exit status (1) – Execution is retried (2)
[10/25888d] Re-submitted process > README (README)
…
When I checked the .command.err file in the directory (work/ea/30677c…), it notes like this :
/bin/bash: line 0: cd: /localscratch/tingqiu.18443347.0/nxf.YqD8X4egu4: No such file or directory
I don’t know why happens like this, because the pipeline can run successfully in the same way before.
Can you please give me some suggestions about this problem?
Thank you in advance!
Ting