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.
18 lines
880 B
Text
18 lines
880 B
Text
$ datalad run -m 'Build FSL EV3 design files' \
|
|
--input inputs/rawdata/sub-02/func/sub-02_task-oneback_run-01_events.tsv \
|
|
--output 'sub-02/onsets' \
|
|
bash code/events2ev3.sh sub-02 {inputs}
|
|
[INFO] Making sure inputs are available (this may take some time)
|
|
get(ok): inputs/rawdata/sub-02/func/sub-02_task-oneback_run-01_events.tsv (file) [from origin...]
|
|
[INFO] == Command start (output follows) =====
|
|
sub-02
|
|
1
|
|
[INFO] == Command exit (modification check follows) =====
|
|
run(ok): /home/me/usecases/repro2/glm_analysis (dataset) [bash code/events2ev3.sh sub-02 'inputs/r...]
|
|
add(ok): sub-02/onsets/run-1/body.txt (file)
|
|
add(ok): sub-02/onsets/run-1/face.txt (file)
|
|
add(ok): sub-02/onsets/run-1/house.txt (file)
|
|
add(ok): sub-02/onsets/run-1/object.txt (file)
|
|
add(ok): sub-02/onsets/run-1/scene.txt (file)
|
|
add(ok): sub-02/onsets/run-1/scramble.txt (file)
|
|
save(ok): . (dataset)
|