juancarlosfarah / apero

A preprocessing pipeline builder for neuroimaging data.
MIT License
4 stars 0 forks source link

issue with environment variable and 2022b update #69

Closed juancarlosfarah closed 1 year ago

juancarlosfarah commented 1 year ago

Example error stacktrace:

Error using CallSystem
Environment variable names cannot be empty.
Error in AddVolumes (line 32)
[status, result] = CallSystem(sentence, verbose);
Error in Step/run (line 132)
      [status, output] = obj.Operation(pathToWorkspace, ...
Error in Sequence/run (line 255)
        [status, result] = step.run(obj.WorkspacePath);
Error in Pipeline/run (line 38)
        parfor i = 1 : numSequences
Error in myscript (line 92)
pipelineExecution5 = pipeline5.run();
juancarlosfarah commented 1 year ago

Reported by @hannatolle and @Kratos997.