Closed jcohenadad closed 4 years ago
This error is caused by the following line:
and the fact that I set the full path for the script_args
field:
path_data: /home/jcohen/data-multi-subject
path_output: /scratch/jcohen/results_csa_t1_20200818
script: /home/jcohen/csa-atrophy/process_data.sh
script_args: /home/jcohen/csa-atrophy/config_script_t1.yml
jobs: 0
zip: true
So, I suggest the following change in process_data.sh
:
$config_script
under SUBJECTscript_args
Note, this also affects this line: https://github.com/sct-pipeline/csa-atrophy/blob/7f48572b9c0503b4391c5ae53b547ae1a87bc482/process_data.sh#L184
When running on compute canada:
this concatenation of path is the culprit:
'/scratch/jcohen/results_csa_t1_20200818/results/sub-vuiisIngenia06//home/jcohen/csa-atrophy/config_script_t1.yml'
it should be easy to fix