Update justfile with versioned run
This commit is contained in:
parent
3e084abbc1
commit
3beb496680
1 changed files with 6 additions and 1 deletions
7
justfile
7
justfile
|
|
@ -1,4 +1,6 @@
|
||||||
default: files kernels unique packages
|
default: versioned
|
||||||
|
|
||||||
|
all: files kernels unique packages
|
||||||
|
|
||||||
files:
|
files:
|
||||||
python code/files.py input output
|
python code/files.py input output
|
||||||
|
|
@ -11,3 +13,6 @@ unique:
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
python code/packages.py input output
|
python code/packages.py input output
|
||||||
|
|
||||||
|
versioned:
|
||||||
|
datalad run -m "Create updated output data" -i input/ -o output/ just all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue