20 lines
767 B
Text
20 lines
767 B
Text
$ datalad containers-run -m "rerun analysis in container" \
|
|
--container-name midterm-software \
|
|
--input "input/iris.csv" \
|
|
--output "pairwise_relationships.png" \
|
|
--output "prediction_report.csv" \
|
|
"python3 code/script.py {inputs} {outputs}"
|
|
unlock(ok): pairwise_relationships.png (file)
|
|
unlock(ok): prediction_report.csv (file)
|
|
[INFO] == Command start (output follows) =====
|
|
[INFO] == Command exit (modification check follows) =====
|
|
run(ok): /home/me/dl-101/DataLad-101/midterm_project (dataset) [singularity exec -B /home/me/dl-101/Data...]
|
|
add(ok): pairwise_relationships.png (file)
|
|
add(ok): prediction_report.csv (file)
|
|
save(ok): . (dataset)
|
|
action summary:
|
|
add (ok: 2)
|
|
get (notneeded: 4)
|
|
run (ok: 1)
|
|
save (notneeded: 1, ok: 1)
|
|
unlock (ok: 2)
|