FCP-INDI / cpac

A convenience wrapper for https://github.com/FCP-INDI/C-PAC that provides a simple command line interface.
https://fcp-indi.github.io/docs/latest/user/cpac
MIT License
4 stars 3 forks source link

🚸 Automatically bind path given in `outputSubjectListLocation` for `cpac utils data_config build` #23

Open shnizzedy opened 2 years ago

shnizzedy commented 2 years ago

Related problem

I want to use the C-PAC command-line interface (CLI) with ABIDE dataset.

data_setting.yml file is ready to run.

$ cpac utils data_config build ~/abide_data_setting.yml

After this command line I got an error as shown below.

p1.png

How can I get data_config file without this error?

이지원: Google Groups: Error on data_setting.yml

Proposed feature

Automatically bind the path given to cpac utils data_config build in the data settings file under the key outputSubjectListLocation when loading the C-PAC container for utils data_config build

Acceptance criteria

Alternatives

No response

Additional context

No response