9 lines
485 B
Text
9 lines
485 B
Text
$ datalad run -m "run first part of analysis workflow" \
|
|
--input "src/forrest_structural" \
|
|
--output results.txt \
|
|
"code/run_analysis.py"
|
|
[INFO] Making sure inputs are available (this may take some time)
|
|
get(ok): src/forrest_structural/sub-01/anat/sub-01_T1w.nii.gz (file) [from mddatasrc...]
|
|
[INFO] == Command start (output follows) =====
|
|
[INFO] == Command exit (modification check follows) =====
|
|
run(ok): /home/me/usecases/collab/myanalysis (dataset) [code/run_analysis.py]
|