12 lines
594 B
Markdown
12 lines
594 B
Markdown
# 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.
|