File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ datasets:
88 - path : data/raw/data.parquet
99 title : Raw data
1010 description : The raw data from the experiment.
11- stage : process -data
11+ stage : collect -data
1212figures :
1313 - path : figures/plot.png
1414 title : The plot
Original file line number Diff line number Diff line change @@ -28,3 +28,15 @@ stages:
2828 hash: md5
2929 md5: 746ad0caed8bde9f45d3249d9d539045
3030 size: 15194
31+ collect-data:
32+ cmd: matlab -batch "run('scripts/collect_data.m');"
33+ deps:
34+ - path: scripts/collect_data.m
35+ hash: md5
36+ md5: 2da834907ab6124dd599bff06d6a3b66
37+ size: 123
38+ outs:
39+ - path: data/raw/data.parquet
40+ hash: md5
41+ md5: 0b2be6aa89192942ea0e1263f9f7e55c
42+ size: 384
Original file line number Diff line number Diff line change 11stages :
2- process -data :
2+ collect -data :
33 cmd : matlab -batch "run('scripts/collect_data.m');"
44 deps :
55 - scripts/collect_data.m
You can’t perform that action at this time.
0 commit comments