Update justfile with versioned run

This commit is contained in:
Marty Oehme 2025-09-30 20:58:36 +02:00
parent 3e084abbc1
commit 3beb496680
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -1,4 +1,6 @@
default: files kernels unique packages
default: versioned
all: files kernels unique packages
files:
python code/files.py input output
@ -11,3 +13,6 @@ unique:
packages:
python code/packages.py input output
versioned:
datalad run -m "Create updated output data" -i input/ -o output/ just all