The DVC section currently fails due to a DVC issue (refuses to find an installed shared library file) and the FSL neuroimaging usecase picked a fight with FSL that looked like an environment issue. I postponed troubleshooting them.
14 lines
707 B
Text
14 lines
707 B
Text
$ datalad run -m "Import stimulation events" \
|
|
--input inputs/rawdata/events.tsv \
|
|
--output sub-02/func/sub-02_task-oneback_run-01_events.tsv \
|
|
cp {inputs} {outputs}
|
|
[INFO] Making sure inputs are available (this may take some time)
|
|
[INFO] Unlocking files
|
|
unlock(ok): sub-02/func/sub-02_task-oneback_run-01_events.tsv (file)
|
|
[INFO] Recording unlocked state in git
|
|
[INFO] Completed unlocking files
|
|
[INFO] == Command start (output follows) =====
|
|
[INFO] == Command exit (modification check follows) =====
|
|
run(ok): /home/me/usecases/repro2/localizer_scans (dataset) [cp 'inputs/rawdata/events.tsv' 'sub-02/f...]
|
|
add(ok): sub-02/func/sub-02_task-oneback_run-01_events.tsv (file)
|
|
save(ok): . (dataset)
|