Move code to code dir

Follow yoda
This commit is contained in:
Marty Oehme 2025-10-09 15:20:32 +02:00
parent e18669065e
commit 1084d78c3e
Signed by: Marty
GPG key ID: 4E535BC19C61886E
15 changed files with 12 additions and 5 deletions

12
code/README.md Normal file
View file

@ -0,0 +1,12 @@
# Popcorn dataset code
Each script can be run stand-alone like `python src/files.py <input-dir> <output-dir>`,
exchanging the script file for the one intended.
It is suggested, however, to run the scripts using the `just` command runner from the
dataset root, such as `just files` for the same effect as above.
This will automatically populate the correct input and output directories.
To create new `datalad` versioned output data, run `just versioned` or `just` without any arguments.
A new commit containing the updated data will be created,
and an automatic entry in the CHANGELOG made.