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
911 B
Text
14 lines
911 B
Text
$ datalad download-url --path code/ \
|
|
https://raw.githubusercontent.com/myyoda/ohbm2018-training/master/section23/scripts/events2ev3.sh \
|
|
https://raw.githubusercontent.com/myyoda/ohbm2018-training/master/section23/scripts/ffa_design.fsf
|
|
[INFO] Downloading 'https://raw.githubusercontent.com/myyoda/ohbm2018-training/master/section23/scripts/events2ev3.sh' into '/home/me/usecases/repro2/glm_analysis/code/'
|
|
download_url(ok): /home/me/usecases/repro2/glm_analysis/code/events2ev3.sh (file)
|
|
[INFO] Downloading 'https://raw.githubusercontent.com/myyoda/ohbm2018-training/master/section23/scripts/ffa_design.fsf' into '/home/me/usecases/repro2/glm_analysis/code/'
|
|
download_url(ok): /home/me/usecases/repro2/glm_analysis/code/ffa_design.fsf (file)
|
|
add(ok): code/events2ev3.sh (file)
|
|
add(ok): code/ffa_design.fsf (file)
|
|
save(ok): . (dataset)
|
|
action summary:
|
|
add (ok: 2)
|
|
download_url (ok: 2)
|
|
save (ok: 1)
|