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.
19 lines
777 B
Text
19 lines
777 B
Text
$ datalad clone --dataset . \
|
|
https://github.com/datalad/example-dicom-functional.git \
|
|
inputs/rawdata
|
|
[INFO] Cloning dataset to Dataset(/home/me/usecases/repro2/localizer_scans/inputs/rawdata)
|
|
[INFO] Attempting to clone from https://github.com/datalad/example-dicom-functional.git to /home/me/usecases/repro2/localizer_scans/inputs/rawdata
|
|
[INFO] Start enumerating objects
|
|
[INFO] Start receiving objects
|
|
[INFO] Start resolving deltas
|
|
[INFO] Completed clone attempts for Dataset(/home/me/usecases/repro2/localizer_scans/inputs/rawdata)
|
|
install(ok): inputs/rawdata (dataset)
|
|
add(ok): inputs/rawdata (file)
|
|
add(ok): .gitmodules (file)
|
|
save(ok): . (dataset)
|
|
add(ok): .gitmodules (file)
|
|
save(ok): . (dataset)
|
|
action summary:
|
|
add (ok: 3)
|
|
install (ok: 1)
|
|
save (ok: 2)
|